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


In This Topic
    DataSeriesSubset Class
    In This Topic
    Represents a set of indexes in a data series.
    Object Model
    DataSeriesSubset Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <EditorAttribute(Xceed.Chart.Utilities.ObjectEditor, System.Drawing.Design.UITypeEditor)>
    <SerializableAttribute()>
    Public Class DataSeriesSubset 
    'Usage
     
    Dim instance As DataSeriesSubset
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Editor(Xceed.Chart.Utilities.ObjectEditor, System.Drawing.Design.UITypeEditor)]
    [Serializable()]
    public class DataSeriesSubset 
    Remarks
    An instance of this class is often used as an argument to functions operating only on specific subsets of the data series. The class provides functionality for the standard set operation (Combine, Intersect, Subtract etc.)
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.Core.DataSeriesSubset

    Public Constructors
     NameDescription
    Public ConstructorConstructs an empty subset  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a new index in the subset.  
    Public MethodAdds a range of indexes in the subset.  
    Public MethodRemoves all indexes contained in the subset.  
    Public MethodCreates an identical copy of this object  
    Public MethodCombines the currently contained indexes with the indexes contained in a specified subset.  
    Public MethodDetermines whether the subset contains the specified index.  
    Public MethodInitializes the subset from another subset.  
    Public MethodObtains a DataSeriesSubsetEnumerator object.  
    Public MethodCreates a user control which can be used for this object visual editing  
    Public MethodAfter the operation the subset will contain only indexes that were contained in both this subset and in the argument subset.  
    Public MethodRemoves the specified index from this subset.  
    Public MethodRemoves the specified range of indexes from the subset.  
    Public MethodAfter the operation the subset will contain only indexes that were contained in this subset and were not members of the argument subset.  
    Public MethodRenders the subset in a string.  
    Top
    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