Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / Chart Class / Series Property


Series Property (Chart)
Gives you access to the Series of the Chart object.
Syntax
'Declaration
 
<EditorAttribute("Xceed.Chart.Core.SeriesCollectionEditor, System.Design", System.Drawing.Design.UITypeEditor)>
<CategoryAttribute("Attributes")>
<DescriptionAttribute("Gives you access to the Series of the Chart object")>
Public Property Series As SeriesCollection
 
'Usage
 
Dim instance As Chart
Dim value As SeriesCollection
 
instance.Series = value
 
value = instance.Series
Remarks
See the Series topic in the Users Guide for more information.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also