HalfDonutColorScale Enumeration |
LightningChart .NET Help
Color scale.
Namespace:
Arction.CustomControls.Wpf
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
SyntaxPublic Enumeration ColorScale
public enum class ColorScale
Members|
| Member name | Value | Description |
|---|
| HSV | 0 |
Use Hue, Saturation, Value Colors static colors.
|
| HSVA | 1 |
Use Hue, Saturation, Value, Alpha Colors.
Set alpha through Alpha.
Saturation through Saturation.
Value through Value.
|
| Slice | 2 |
Use Colors defined in individual slices.
|
See Also