LinearYAxisFloatMaxValue Property

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

Property Value

Object

Remarks

The value must be smaller than or equal to ViewPortEnd property value otherwise the value of ViewPortEnd property will be assigned.

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

See Also