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


DataSeriesSubset Class
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
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

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