ZoomPanOptionsBaseDeviceTertiaryButtonAction Property |
LightningChart .NET Help
User interactive device tertiary button action.
Namespace:
Arction.Wpf.Charting.Views
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(UserInteractiveDeviceButtonAction.Pan)]
public UserInteractiveDeviceButtonAction DeviceTertiaryButtonAction { get; set; }<DefaultValueAttribute(UserInteractiveDeviceButtonAction.Pan)>
Public Property DeviceTertiaryButtonAction As UserInteractiveDeviceButtonAction
Get
Set
public:
[DefaultValueAttribute(UserInteractiveDeviceButtonAction::Pan)]
property UserInteractiveDeviceButtonAction DeviceTertiaryButtonAction {
UserInteractiveDeviceButtonAction get ();
void set (UserInteractiveDeviceButtonAction value);
}Property Value
Type:
UserInteractiveDeviceButtonAction
See Also