Search
LineChart.Series Property
See Also
 






BiaxialChart.Series override. Gets or sets the list of series whose data is drawn in this chart.

Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public override ObservableCollection<Series> Series { get; set; }

Visual Basic  Copy Code

Public Overrides Property Series As ObservableCollection(Of Series)

 Property Value

A collection of Series objects.

 See Also