DataSource Class Methods
For a list of all members of this type, see DataSource members.
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. |
See Also