Click or drag to resize

PointRGBSetValues Method

LightningChart .NET Help
Set all values.

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

Parameters

r
Type: SystemDouble
R value.
g
Type: SystemDouble
G value.
b
Type: SystemDouble
B value.
See Also