ChartBaseScaleType Property

Gets or sets the type of scale used by ChartBase to render the axis.

Definition

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

Property Value

ScaleType

Remarks

If you are setting this property to ScaleType.Logarithmic and MinValue is less than or equal to 0, then MinValue will be reset to 0.001f.

See Also