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; }<DefaultValueAttribute(AxisWheelAction.Pan)>
Public Property AxisWheelAction As AxisWheelAction
Get
Set
public:
[DefaultValueAttribute(AxisWheelAction::Pan)]
property AxisWheelAction AxisWheelAction {
AxisWheelAction get ();
void set (AxisWheelAction value);
}Property Value
Type:
AxisWheelAction
See Also