AreaSeriesPoint Constructor (Double, Double, Color) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic AreaSeriesPoint(
double x,
double y,
Color color
)
Public Sub New (
x As Double,
y As Double,
color As Color
)
public:
AreaSeriesPoint(
double x,
double y,
Color color
)
Parameters
- x
- Type: SystemDouble
X value. - y
- Type: SystemDouble
Y value. - color
- Type: System.Windows.MediaColor
Color of the point. For more information see Color property.
See Also