getIsCartesianChart();
The getIsCartesianChart method returns whether the chart uses Cartesian coordinate system.
The method returns value of the Boolean type.
Available values:
true. The chart uses Cartesian coordinate system.
false. The chart does not use Cartesian coordinate system.
The example of use is given on the page with description of the Chart.Rendered event.
See also: