Nevron .NET Vision
Nevron.Chart Namespace / NDataSeriesSubset Class
Methods


In This Topic
    NDataSeriesSubset Class Members
    In This Topic

    The following tables list the members exposed by NDataSeriesSubset.

    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 NDataSeriesSubsetEnumerator object.  
    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