ChartDirector 7.1 (.NET Edition)

Chart.XYAxisSymmetric


Declaration

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

Description

A constant equals to 16 to represent that the the x-axis and y-axis should be symmetrical about the origin.

This constant is used in XYChart.setAxisAtOrigin.