Click or drag to resize

AxisXYBaseAllowScaling 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; }

Property Value

Type: Boolean
See Also