Table of Contents

Enum PointColoringTarget

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

Specifies a singular color destination of a point.

public enum PointColoringTarget

Fields

BorderColor = 4

Target is Border color of the point.

Color1 = 1

Target is point's Color1.

Color2 = 2

Target is point's Color2.

Color3 = 3

Target is point's Color3.

Off = 0

None of the colors.