Axis3DBaseAllowScaling Property |
LightningChart .NET Help
Gets or sets if axis min and max values can be adjusted by user. Draws scale nibs in the ends of the axis. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Axes
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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