dotnetCHARTING Send comments on this topic.
DataSource Class Members
See Also  Properties  Methods 
dotnetCHARTING Namespace : DataSource Class


The following tables list the members exposed by DataSource.

Public Properties

  Name Description
Public Property Axis Gets or sets the represented axis.  
Public Property AxisMarker Gets or sets the represented AxisMarker.  
Public Property Element Gets or sets the represented element.  
Public Property GroupIndex Gets or sets the index of series for the element group.  
Public Property ScaleRange Gets or sets the represented ScaleRange object.  
Public Property Series Gets or sets the represented or parent series.  
Public Property SeriesCollection Gets or sets the represented or parent SeriesCollection.  
Public Property SplitInto Specifies the type of DataSource to split this data source into when it is used to populate a legend box.  
Public Property Type Gets or sets the DataSourceType of this DataSource.  
Top

Public Methods

  Name Description
Public Method EvaluateExpression Evaluates 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) FromAxisMarker Creates an AxisMarker DataSource object from an AxisMarker object.  
Public Methodstatic (Shared in Visual Basic) FromElement Overloaded. Creates a DataSource object from a SeriesColleciton, Series, and Element.  
Public Methodstatic (Shared in Visual Basic) FromElementGroup Overloaded. Creates a DataSource object from a SeriesColleciton, and Element index.  
Public Methodstatic (Shared in Visual Basic) FromScaleRange Creates a DataSource object from an ScaleRange object.  
Public Methodstatic (Shared in Visual Basic) FromSeries Overloaded. Creates a DataSource object from a SeriesColleciton, and Series.  
Public Methodstatic (Shared in Visual Basic) FromSeriesCollection Overloaded. Creates a DataSource object from a SeriesColleciton.  
Top

Public Operators

Public Operator Implicit Type Conversion Overloaded.  Creates a DataSource from the specified SeriesCollection.
Top

See Also