ChartDirector 7.1 (.NET Edition)

Chart.YAxisAtOrigin


Declaration

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

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.