View2DObjectType Enumeration |
LightningChart .NET Help
Object types.
Namespace:
Arction.Wpf.ChartingMVVM.Views
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
SyntaxPublic Enumeration ObjectType
public enum class ObjectType
Members|
| Member name | Value | Description |
|---|
| Axis | 0 |
Type of Axis.
|
| Series | 1 |
Type of Series.
|
| LegendBox | 2 |
Type of LegendBox.
|
| Sectors | 3 |
Type of Sectors.
|
See Also