Click or drag to resize

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
Syntax
public enum ColorScale
Members
  Member nameValueDescription
HSV0 Use Hue, Saturation, Value Colors static colors.
HSVA1 Use Hue, Saturation, Value, Alpha Colors. Set alpha through Alpha. Saturation through Saturation. Value through Value.
Slice2 Use Colors defined in individual slices.
See Also