ChartDirector 5.1 (.NET Edition)

Chart.XYAxisAtOrigin


Declaration

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

Description

A constant equals to 3 to represent that the x-axis and y-axis should intersect at the origin if it exists on the chart.

This constant is used in XYChart.setAxisAtOrigin.