Gets or sets the data for the Series.
Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf
SyntaxC#
Copy Code
|
|---|
public List<Point> Data { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Data As List(Of Point) |
An instance of a strongly typed List<Point>collection. The default value is an empty collection.
See Also