LinearXAxisDateTimeMaxAxisInterval 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 override Object MaxAxisInterval { get; set; }

Property Value

Object

Remarks

The value must be lower than 1E12f; otherwise assigning to this property is ignored.

The value must be lower or equal to the difference between MaxValue and MinValue; otherwise assigning to this property is ignored.

See Also