AxisMaxAxisInterval Property

The maximum difference between MaxValue and MinValue.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public abstract Object MaxAxisInterval { get; set; }

Property Value

Object

Remarks

This property is useful to limit zooming out of the chart and to prevent infinite zooming.

See Also