Chart.YSAxis

Syntax

YSAxis: PP.Ui.ChartCanvasAxis;

Description

The YSAxis property determines secondary value axis for the chart.

Comments

Use JSON to set the property value, and the getYSAxis method to get the property value.

Example

The example of use is given on the Example of Creating a Histogram page.

See also:

Chart