Click or drag to resize

PointRGB Constructor (IChartNode, Double, Double, Double)

LightningChart .NET Help
Constructor

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public PointRGB(
	IChartNode owner,
	double r,
	double g,
	double b
)

Parameters

owner
Type: Arction.WinForms.ChartingIChartNode
Parent.
r
Type: SystemDouble
R-component.
g
Type: SystemDouble
G-component.
b
Type: SystemDouble
B-component.
See Also