PieTitleStyle Enumeration |
LightningChart .NET Help
Pie titles style.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum PieTitleStyle
Public Enumeration PieTitleStyle
public enum class PieTitleStyle
Members|
| Member name | Value | Description |
|---|
| Titles | 0 |
Titles are on shown on top of the pie slices.
|
| Values | 1 |
Values are on shown on top of the pie slices.
|
| Percents | 2 |
Percents are on shown on top of the pie slices.
|
See Also