ChartDirector 7.1 (.NET Edition)

Chart.YAxisSymmetricIfNeeded


Declaration

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

Description

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

This constant is used in XYChart.setAxisAtOrigin.