YAxisExplicitAutoPlacementSide Enumeration |
LightningChart .NET Help
Y-axis explicit automatic location.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum YAxisExplicitAutoPlacementSide
Public Enumeration YAxisExplicitAutoPlacementSide
public enum class YAxisExplicitAutoPlacementSide
Members|
| Member name | Value | Description |
|---|
| Left | 0 |
Draw axis on the left side of graph.
|
| Right | 1 |
Draw axis on the right side of graph.
|
See Also