Search
RealTimeChart.SeriesCollection Property
See Also
 





Gets or sets the collection of Series for the chart.

Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf

 Syntax

C#  Copy Code

public SeriesCollection SeriesCollection { get; set; }

Visual Basic  Copy Code

Public Property SeriesCollection As SeriesCollection

 Property Value

An instance of the SeriesCollection class. The default value is new SeriesCollection().

 See Also