Table of Contents

Enum IntensityFillStyle

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

Intensity series fill style.

public enum IntensityFillStyle

Fields

FromSurfacePoints = 1

Coloring is made from surface data point array colors.

None = 0

No fill.

Paletted = 3

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

Toned = 2

Single color tone applied over base color.