ZoomPanOptionsAxisWheelAction Property |
LightningChart .NET Help
User interactive device wheel action on axis.
Namespace:
Arction.WinForms.Charting.Views.ViewXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.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