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