.netCHARTING v10.5 Documentation
Properties  Methods 

dotnetCHARTING Namespace : DataSource Class
DataSource Class Members

The following tables list the members exposed by DataSource.

Public Properties
 NameDescription
Public PropertyGets or sets the represented axis.  
Public PropertyGets or sets the represented AxisMarker.  
Public PropertyGets or sets the represented element.  
Public PropertyGets or sets the index of series for the element group.  
Public PropertyGets or sets the represented ScaleRange object.  
Public PropertyGets or sets the represented or parent series.  
Public PropertyGets or sets the represented or parent SeriesCollection.  
Public PropertySpecifies the type of DataSource to split this data source into when it is used to populate a legend box.  
Public PropertyGets or sets the DataSourceType of this DataSource.  
Top
Public Methods
 NameDescription
Public MethodEvaluates a string containing tokens that relate to this DataSource. For example, if this DataSource represents a series, the string "%Name" will return the actual name of the series. See the token reference for more information on available tokens.  
Public Methodstatic (Shared in Visual Basic)Creates an AxisMarker DataSource object from an AxisMarker object.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a DataSource object from a SeriesColleciton, Series, and Element.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a DataSource object from a SeriesColleciton, and Element index.  
Public Methodstatic (Shared in Visual Basic)Creates a DataSource object from an ScaleRange object.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a DataSource object from a SeriesColleciton, and Series.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a DataSource object from a SeriesColleciton.  
Top
Public Operators
Overloaded. Creates a DataSource from the specified SeriesCollection.
Top
See Also