ChartDirector 5.1 (.NET Edition)

Chart.XAxisAtOrigin


Declaration

[VB] Public Const XAxisAtOrigin As Integer
[C#] public const int XAxisAtOrigin;

Description

A constant equals to 1 to represent that the x-axis should intersect with the zero point of the y-axis if it exists on the chart.

This constant is used in XYChart.setAxisAtOrigin.