ChartDirector 5.1 (.NET Edition)

Chart.MonotonicX


Declaration

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

Description

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

This constant is used in SplineLayer.setMonotonicity.