Chart.XAxis

Syntax

XAxis: PP.Ui.ChartCanvasAxis;

Description

The XAxis property determines category axis on the chart.

Comments

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

Example

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

See also:

Chart