ChartDirector 7.1 (.NET Edition)

Chart.XAxisAtOrigin


Declaration

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

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.