SeriesBaseSmithPoints Property |
LightningChart .NET Help
Gets or sets series points. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.SeriesSmith
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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