Click or drag to resize

ZoomPanOptionsPolarAxisWheelAction Property

LightningChart .NET Help
Gets or sets pan user interactive device wheel action on amplitude axis. This is a dependency property. Affects the circuimfence axis line rotation so that if the value is none, the rotation is disabled.

Namespace:  Arction.Wpf.ChartingMVVM.Views.ViewPolar
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(AxisWheelAction.Pan)]
public AxisWheelAction AxisWheelAction { get; set; }

Property Value

Type: AxisWheelAction
See Also