ChartDirector 7.1 (.NET Edition)

Chart.MonotonicY


Declaration

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

Description

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

This constant is used in SplineLayer.setMonotonicity.