BarDrawItemType3D Enumeration |
LightningChart .NET Help
Bar draw item type for 3D bar draw data.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum BarDrawItemType3D
Public Enumeration BarDrawItemType3D
public enum class BarDrawItemType3D
Members|
| Member name | Value | Description |
|---|
| Title | 0 |
Draw item is title.
|
| Value | 1 |
Draw item is value text.
|
| Bar | 2 |
Draw item is bar.
|
See Also