Click or drag to resize

PointRGBSetValues Method

LightningChart .NET Help
Set all values.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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