Table of Contents

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 = 0

No action.

Pan = 1

Pan.

PanPrimaryXY = 4

Pans the PrimaryX and PrimaryY axis ranges.

PanPrimaryXZ = 3

Pans the PrimaryX and PrimaryZ axis ranges.

PanPrimaryYZ = 5

Pans the PrimaryY and PrimaryZ axis ranges.

Rotate = 2

Rotate.

ZoomX = 9

Zoom on X-axis.

ZoomXY = 6

Zoom on XY plane.

ZoomXZ = 7

Zoom on XZ plane.

ZoomY = 10

Zoom on Y-axis.

ZoomYZ = 8

Zoom on YZ plane.

ZoomZ = 11

Zoom on Z-axis.