ChartDirector 5.1 (.NET Edition)

Chart.YAxisAtOrigin


Declaration

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

Description

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

This constant is used in XYChart.setAxisAtOrigin.