LinearXAxisLongMinValue Property

The minimum displayed value on the axis.

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.Int64Converter, System,Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public override Object MinValue { get; set; }

Property Value

Object

Remarks

The value must be greater than or equal to ViewPortStart property value otherwise the value of ViewPortStart property will be assigned.

The value must be in range from MaxValue-MaxAxisInterval to MaxValue-MinAxisInterval; otherwise assigning to this property will be ignored.

See Also