Skip to main content
A newer version of this page is available. .
All docs
V21.2

ISeriesTemplateAdapter Methods

Should be implemented by any class that can be used as a data adapter that creates series based on a template.
Name Description
Clone() Creates a new object that is a copy of the current instance. Inherited from ICloneable.
GetDateTimeValue(Int32, ChartDataMemberType) Returns a data item’s date-time value for a data member of the specified type by the index. Inherited from IChartDataAdapter.
GetNumericalValue(Int32, ChartDataMemberType) Returns a data item’s numeric value for a data member of the specified type by the index. Inherited from IChartDataAdapter.
GetObjectValue(Int32, ChartDataMemberType) Returns a data item’s value for a data member of the specified type by the index. Inherited from IChartDataAdapter.
GetQualitativeValue(Int32, ChartDataMemberType) Returns a data item’s qualitative value for a data member of the specified type the index. Inherited from IChartDataAdapter.
GetScaleType(ChartDataMemberType) Returns the scale type of the specified data member. Inherited from IChartDataAdapter.
GetSourceObject(Int32) Returns the source object used to create the series point by the specified index. Inherited from IChartDataAdapter.
GetTimeSpanValue(Int32, ChartDataMemberType) Returns a data item’s time-span value for a data member of the specified type the index. Inherited from IChartDataAdapter.
See Also