ChartDirector 7.1 (.NET Edition)

Chart.XYAxisSymmetricIfNeeded


Declaration

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

Description

A constant equals to 32 to represent that the x-axis and y-axis should be symmetrical about the origin if the data contain both positive and negative values.

This constant is used in XYChart.setAxisAtOrigin.