Chart.YAxis

Syntax

YAxis: PP.Ui.ChartCanvasAxis;

Description

The YAxis property determines values axis of the chart.

Comments

Use JSON to set the property value and the getYAxis method to get the property value.

Example

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

See also:

Chart