Click or drag to resize

ChartToolsConvertFromString Method

LightningChart .NET Help
Convert Hex to Winforms color

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public static Color ConvertFromString(
	string hex
)

Parameters

hex
Type: SystemString
Hex string

Return Value

Type: Color
Converted color. If unable to convert a color channel (a, r, g, b), returns 0 to that channel.
See Also