Click or drag to resize

ChartToolsColorToInt Method

LightningChart .NET Help
Drawing color to integer.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public static int ColorToInt(
	Color color
)

Parameters

color
Type: System.DrawingColor
Color.

Return Value

Type: Int32
Drawing color as ARGB value.
See Also