ChartBaseMinValue Property

Gets or sets the minimum value.

Definition

Namespace: BeeMobile.Charts
Assembly: BeeMobile.Charts.NET48 (in BeeMobile.Charts.NET48.dll) Version: 4.8.0.3
C#
public virtual double MinValue { get; set; }

Property Value

Double

Remarks

If ScaleType is Logarithmic, then MinValue must be greater than 0.

See Also