PolarAxisRotateAction Enumeration |
LightningChart .NET Help
Wheel action on polar circumference.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum PolarAxisRotateAction
Public Enumeration PolarAxisRotateAction
public enum class PolarAxisRotateAction
Members|
| Member name | Value | Description |
|---|
| None | 0 |
No action.
|
| Rotate | 1 |
Rotate single axis.
|
| RotateAll | 2 |
Rotate all axes.
|
See Also