Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / DataSeries Class
Members


In This Topic
    DataSeries Class
    In This Topic
    Represents a named and typed set of values used by the Xceed Chart for WinForms Series.
    Object Model
    DataSeries Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <TypeConverterAttribute(Xceed.Chart.Core.DataSeriesConverter)>
    <DebuggerTypeProxyAttribute(System.Collections.ArrayList/ArrayListDebugView)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    <SerializableAttribute()>
    Public Class DataSeries 
       Inherits System.Collections.ArrayList
    'Usage
     
    Dim instance As DataSeries
    [DefaultMember("Item")]
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [TypeConverter(Xceed.Chart.Core.DataSeriesConverter)]
    [DebuggerTypeProxy(System.Collections.ArrayList/ArrayListDebugView)]
    [DebuggerDisplay("Count = {Count}")]
    [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