ValueRangePaletteGetColorByValue Method |
LightningChart .NET Help
Calculate color corresponding the given value, with the value-range palette defined.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool GetColorByValue(
double value,
out Color color
)
Public Function GetColorByValue (
value As Double,
<OutAttribute> ByRef color As Color
) As Boolean
public:
bool GetColorByValue(
double value,
[OutAttribute] Color% color
)
Parameters
- value
- Type: SystemDouble
Value. - color
- Type: System.DrawingColor
Color.
Return Value
Type:
BooleanColor by value.
See Also