Table of Contents

Enum PolarColorStyle

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

Polar line coloring style.

public enum PolarColorStyle

Fields

LineStyle = 0

Colored by color from line style.

PalettedByAmplitude = 2

Paletted by Amplitude, various colors set by the palette, applied over base color.

PalettedByAngle = 1

Paletted by Angle, 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.