XAxisAutoPlacement Enumeration |
LightningChart .NET Help
X-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 XAxisAutoPlacement
Public Enumeration XAxisAutoPlacement
public enum class XAxisAutoPlacement
Members|
| Member name | Value | Description |
|---|
| Off | 0 |
Use default location.
|
| AllBottom | 1 |
All axis to bottom.
|
| AllTop | 2 |
All axis to top.
|
| BottomThenTop | 3 |
First axis to bottom, next top, etc.
|
| TopThenBottom | 4 |
First axis to top, next bottom, etc.
|
| Explicit | 5 |
Axis is put on top or bottom depending on axis ExplicitAutoPlacementSide value.
|
See Also