Name | Description | |
---|---|---|
DataSeriesSubset Constructor | Constructs an empty subset |
The following tables list the members exposed by DataSeriesSubset.
Name | Description | |
---|---|---|
DataSeriesSubset Constructor | Constructs an empty subset |
Name | Description | |
---|---|---|
AddIndex | Adds a new index in the subset. | |
AddRange | Adds a range of indexes in the subset. | |
Clear | Removes all indexes contained in the subset. | |
Clone | Creates an identical copy of this object | |
Combine | Combines the currently contained indexes with the indexes contained in a specified subset. | |
Contains | Determines whether the subset contains the specified index. | |
FromSubset | Initializes the subset from another subset. | |
GetEnumerator | Obtains a DataSeriesSubsetEnumerator object. | |
GetUserControl | Creates a user control which can be used for this object visual editing | |
Intersect | After the operation the subset will contain only indexes that were contained in both this subset and in the argument subset. | |
RemoveIndex | Removes the specified index from this subset. | |
RemoveRange | Removes the specified range of indexes from the subset. | |
Subtract | After the operation the subset will contain only indexes that were contained in this subset and were not members of the argument subset. | |
ToString | Renders the subset in a string. |