Click or drag to resize

AreaSeriesPoint Constructor (Double, Double, Object, 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 AreaSeriesPoint(
	double x,
	double y,
	Object tag,
	Color color
)

Parameters

x
Type: SystemDouble
X value.
y
Type: SystemDouble
Y value.
tag
Type: SystemObject
Tag. Freely assignable object.
color
Type: System.Windows.MediaColor
Color of the point. For more information see Color property.
See Also