Click or drag to resize

PolarColorStyle Enumeration

LightningChart .NET Help
Polar line coloring style.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public enum PolarColorStyle
Members
  Member nameValueDescription
LineStyle0 Colored by color from line style.
PalettedByAngle1 Paletted by Angle, various colors set by the palette, applied over base color.
PalettedByAmplitude2 Paletted by Amplitude, various colors set by the palette, applied over base color.
PalettedByValue3 Paletted by Value, various colors set by the palette, applied over base color.
See Also