ChartDirector 5.1 (.NET Edition)

Chart.XYAxisSymmetric


Declaration

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

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.