PointColoringTarget Enumeration |
LightningChart .NET Help
Specifies a singular color destination of a point.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum PointColoringTarget
Public Enumeration PointColoringTarget
public enum class PointColoringTarget
Members|
| Member name | Value | Description |
|---|
| Off | 0 |
None of the colors.
|
| Color1 | 1 |
Target is point's Color1
|
| Color2 | 2 |
Target is point's Color2
|
| Color3 | 3 |
Target is point's Color3
|
| BorderColor | 4 |
Target is Border color of the point.
|
See Also