Axis3DBaseAllowScaling Property |
LightningChart .NET Help
Axis min and max values adjust by user. Draws scale nibs in the ends of the axis.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool AllowScaling { get; set; }<DefaultValueAttribute(true)>
Public Property AllowScaling As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool AllowScaling {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also