AxisBaseScaleType Property |
LightningChart .NET Help
Axis scale type.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(ScaleType), "Linear")]
public ScaleType ScaleType { get; set; }<DefaultValueAttribute(GetType(ScaleType), "Linear")>
Public Property ScaleType As ScaleType
Get
Set
public:
[DefaultValueAttribute(typeof(ScaleType), L"Linear")]
property ScaleType ScaleType {
ScaleType get ();
void set (ScaleType value);
}Property Value
Type:
ScaleType
See Also