Search
PieChart.Series Property
See Also
 






Gets or sets the series whose data is drawn in this chart.

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

 Syntax

C#  Copy Code

public virtual Series Series { get; set; }

Visual Basic  Copy Code

Public Overridable Property Series As Series

 Property Value

An instance of the Series class.

 See Also