ChartDirector 7.1 (.NET Edition)

Chart.MonotonicXY


Declaration

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

Description

A constant equals to 3 to represent that a spline curve is constrained to not overshooting or undershooting in both the x-axis direction and the y-axis direction.

This constant is used in SplineLayer.setMonotonicity.