ChartBaseScaleType Property
Gets or sets the type of scale used by
ChartBase to render the axis.
Namespace: BeeMobile.ChartsAssembly: BeeMobile.Charts.NET48 (in BeeMobile.Charts.NET48.dll) Version: 4.8.0.3
public virtual ScaleType ScaleType { get; set; }
Public Overridable Property ScaleType As ScaleType
Get
Set
Property Value
ScaleType
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.