DataSource Class Members
The following tables list the members exposed by DataSource.
Public Properties
Name | Description | |
---|---|---|
Axis | Gets or sets the represented axis. | |
AxisMarker | Gets or sets the represented AxisMarker. | |
Element | Gets or sets the represented element. | |
GroupIndex | Gets or sets the index of series for the element group. | |
ScaleRange | Gets or sets the represented ScaleRange object. | |
Series | Gets or sets the represented or parent series. | |
SeriesCollection | Gets or sets the represented or parent SeriesCollection. | |
SplitInto | Specifies the type of DataSource to split this data source into when it is used to populate a legend box. | |
Type | Gets or sets the DataSourceType of this DataSource. |
Public Methods
Name | Description | |
---|---|---|
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. | |
FromAxisMarker | Creates an AxisMarker DataSource object from an AxisMarker object. | |
FromElement | Overloaded. Creates a DataSource object from a SeriesColleciton, Series, and Element. | |
FromElementGroup | Overloaded. Creates a DataSource object from a SeriesColleciton, and Element index. | |
FromScaleRange | Creates a DataSource object from an ScaleRange object. | |
FromSeries | Overloaded. Creates a DataSource object from a SeriesColleciton, and Series. | |
FromSeriesCollection | Overloaded. Creates a DataSource object from a SeriesColleciton. |
Public Operators
Implicit Type Conversion | Overloaded. Creates a DataSource from the specified SeriesCollection. |
See Also