Click or drag to resize

PointRGB Constructor (IChartNode, Double, Double, Double)

LightningChart .NET Help
Constructor

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

Parameters

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