Xceed Chart for WinForms v4.4 Documentation
Series Property (Chart)


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > Chart Class : Series Property
Gives you access to the Series of the Chart object.
Syntax
'Declaration
 
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Xceed.Chart.Core.SeriesCollectionEditor, System.Design")>
<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
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Xceed.Chart.Core.SeriesCollectionEditor, System.Design")]
[Category("Attributes")]
[Description("Gives you access to the Series of the Chart object")]
public SeriesCollection Series {get; set;}
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

Reference

Chart Class
Chart Members