Click or drag to resize

ValueRangePaletteGetColorByValue Method

LightningChart .NET Help
Calculate color corresponding the given value, with the value-range palette defined.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public bool GetColorByValue(
	double value,
	out Color color
)

Parameters

value
Type: SystemDouble
Value.
color
Type: System.Windows.MediaColor
Color.

Return Value

Type: Boolean
Color by value.
See Also