Enum UserInteractiveDeviceButtonAction3D
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
UserInteractiveObject action related to device button, for 3D view.
public enum UserInteractiveDeviceButtonAction3D
Fields
None = 0No action.
Pan = 1Pan.
PanPrimaryXY = 4Pans the PrimaryX and PrimaryY axis ranges.
PanPrimaryXZ = 3Pans the PrimaryX and PrimaryZ axis ranges.
PanPrimaryYZ = 5Pans the PrimaryY and PrimaryZ axis ranges.
Rotate = 2Rotate.
ZoomX = 9Zoom on X-axis.
ZoomXY = 6Zoom on XY plane.
ZoomXZ = 7Zoom on XZ plane.
ZoomY = 10Zoom on Y-axis.
ZoomYZ = 8Zoom on YZ plane.
ZoomZ = 11Zoom on Z-axis.