ChartDirector 5.1 (.NET Edition)

Chart.MonotonicXY


Declaration

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

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.