ChartDirector 7.1 (.NET Edition)

Chart.XYAxisAtOrigin


Declaration

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

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.