SeriesBaseSmithPoints Property |
LightningChart .NET Help
Series points
Namespace:
Arction.Wpf.Charting.SeriesSmith
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic SmithSeriesPoint[] Points { get; set; }Public Property Points As SmithSeriesPoint()
Get
Set
public:
property array<SmithSeriesPoint>^ Points {
array<SmithSeriesPoint>^ get ();
void set (array<SmithSeriesPoint>^ value);
}Property Value
Type:
SmithSeriesPoint
See Also