PolarColorStyle Enumeration |
LightningChart .NET Help
Polar line coloring style.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum PolarColorStyle
Public Enumeration PolarColorStyle
public enum class PolarColorStyle
Members|
| Member name | Value | Description |
|---|
| LineStyle | 0 |
Colored by color from line style.
|
| PalettedByAngle | 1 |
Paletted by Angle, various colors set by the palette, applied over base color.
|
| PalettedByAmplitude | 2 |
Paletted by Amplitude, various colors set by the palette, applied over base color.
|
| PalettedByValue | 3 |
Paletted by Value, various colors set by the palette, applied over base color.
|
See Also