ZoomPanOptionsPie3DDeviceSecondaryButtonAction Property |
LightningChart .NET Help
Device secondary button action.
Namespace:
Arction.WinForms.Charting.Views.ViewPie3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(UserInteractiveDeviceButtonAction3DPie.Pan)]
public UserInteractiveDeviceButtonAction3DPie DeviceSecondaryButtonAction { get; set; }<DefaultValueAttribute(UserInteractiveDeviceButtonAction3DPie.Pan)>
Public Property DeviceSecondaryButtonAction As UserInteractiveDeviceButtonAction3DPie
Get
Set
public:
[DefaultValueAttribute(UserInteractiveDeviceButtonAction3DPie::Pan)]
property UserInteractiveDeviceButtonAction3DPie DeviceSecondaryButtonAction {
UserInteractiveDeviceButtonAction3DPie get ();
void set (UserInteractiveDeviceButtonAction3DPie value);
}Property Value
Type:
UserInteractiveDeviceButtonAction3DPie
See Also