SeriesPoint 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
Syntaxpublic SeriesPoint(
double x,
double y,
Object tag,
Color color
)
Public Sub New (
x As Double,
y As Double,
tag As Object,
color As Color
)
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