Chart.XAxis

Syntax

XAxis: PP.Ui.ChartCanvasAxis;

Description

The XAxis property determines category axis on the chart.

Comments

The property value is set in Chart constructor or using the setXAxis method and is returned using the getXAxis method.

Example

The property use is given in the example of creating a histogram.

See also:

Chart