Search
Renderer2D.Series Property
See Also
 






Gets or sets a list of Series drawn by this Renderer2D.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property Series As ObservableCollection(Of Series)

 Property Value

A collection of Series objects.

 See Also