Click or drag to resize

SeriesPoint Constructor (Double, Double, Object, Color)

LightningChart .NET Help
Constructor.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public SeriesPoint(
	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