
'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
System.Object
Xceed.Chart.Core.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. |
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