LinearYAxisFloatMinAxisInterval Property

The minimum 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#
[TypeConverterAttribute("System.ComponentModel.SingleConverter, System,Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public override Object MinAxisInterval { get; set; }

Property Value

Object

Remarks

The value must be greater than 1E-10f; otherwise assigning to this property is ignored.

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

See Also