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