ChartDirector 7.1 (.NET Edition)

Chart.MonotonicAuto


Declaration

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

Description

A constant equals to 3 to represent that the system will automatically determine whether to constrained a spline curve to not overshooting or undershooting in the x-axis direction and/or the y-axis direction.

This constant is used in SplineLayer.setMonotonicity.