Xceed Chart for WinForms v4.4 Documentation
DataSeries Class
Members 


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace : DataSeries Class
Represents a named and typed set of values used by the Xceed Chart for WinForms Series.
Object Model
DataSeries Class
Syntax
'Declaration
 
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
<DefaultMemberAttribute("Item")>
<TypeConverterAttribute("Xceed.Chart.Core.DataSeriesConverter, Xceed.Chart.Core.v4.4, Version=4.4.100.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")>
<SerializableAttribute()>
Public Class DataSeries 
   Inherits System.Collections.ArrayList
'Usage
 
Dim instance As DataSeries
[ClassInterface(ClassInterfaceType.AutoDual)]
[DefaultMember("Item")]
[TypeConverter("Xceed.Chart.Core.DataSeriesConverter, Xceed.Chart.Core.v4.4, Version=4.4.100.0, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")]
[Serializable()]
public class DataSeries : System.Collections.ArrayList 
Remarks
The data series is in its nature a typed ArrayList with a powerful set of operations for finding, filtering and filling from different sources. Please refer to the topics contained in the Data Manipulation book for more information.
Inheritance Hierarchy

System.Object
   System.Collections.ArrayList
      Xceed.Chart.Core.DataSeries

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

DataSeries Members
Xceed.Chart.Core Namespace