Search
PieRenderer.Series Property
See Also
 






Gets or sets the Series drawn by this PieRenderer.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Series Series { get; set; }

Visual Basic  Copy Code

Public Property Series As Series

 Property Value

An instance of the Series interface.

 See Also