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


In This Topic
    DataSeriesSubset Class Methods
    In This Topic

    For a list of all members of this type, see DataSeriesSubset members.

    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
    See Also