YAxisAutoPlacement Enumeration |
LightningChart .NET Help
Y-axis auto placement locations related to chart draw area.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum YAxisAutoPlacement
Public Enumeration YAxisAutoPlacement
public enum class YAxisAutoPlacement
Members|
| Member name | Value | Description |
|---|
| Off | 0 |
Use default location.
|
| AllLeft | 1 |
All axis to left.
|
| AllRight | 2 |
All axis to right.
|
| LeftThenRight | 3 |
First axis to left, next right, etc.
|
| RightThenLeft | 4 |
First axis to right next left, etc.
|
| Explicit | 5 |
Axis is put on left or right depending on axis ExplicitAutoPlacementSide value.
|
See Also