Click or drag to resize

IntensityPoint Constructor (Double, Double, Double, Color)

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 IntensityPoint(
	double x,
	double y,
	double value,
	Color color
)

Parameters

x
Type: SystemDouble
X value.
y
Type: SystemDouble
Y value.
value
Type: SystemDouble
Value.
color
Type: System.Windows.MediaColor
Color of the point.
See Also