DataSourceType Enumeration
Specifies a DataSource type to split the parent DataSource into.
Syntax
'Declaration Public Enum DataSourceType Inherits System.Enum
'Usage Dim instance As DataSourceType
public enum DataSourceType : System.Enum
Members
Member | Description |
---|---|
AxisMarker | Specifies an AxisMarker data source type. |
Element | Specifies an Element data source type. |
ElementGroup | Specifies an Element Group data source type. Element groups are elements in the same SeriesCollection that share a name. |
None | Specifies no type |
ScaleRange | Specifies a ScaleRange data source type. |
Series | Specifies a Series data source type. |
SeriesCollection | Specifies an SeriesCollection data source type. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
dotnetCHARTING.DataSourceType
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