ChartDirector 5.1 (.NET Edition)

Chart.XAxisSymmetricIfNeeded


Declaration

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

Description

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

This constant is used in XYChart.setAxisAtOrigin.