ClassCategoricalSeriesBase
Class
Base class for all categorical series.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public abstract class CategoricalSeriesBase : CartesianSeries, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesCategoricalSeriesBase
Derived Classes:
Implements:
Inherited Members
Constructors
CategoricalSeriesBase()
Declaration
cs-api-definition
protected CategoricalSeriesBase()
Fields
CategoryBindingProperty
Identifies the CategoryBinding property.
Declaration
cs-api-definition
public static readonly DependencyProperty CategoryBindingProperty
Field Value
DependencyProperty
Properties
CategoryBinding
Gets or sets the binding that will be used to fill the Category member of the contained data points.
Declaration
cs-api-definition
[TypeConverter(typeof(StringToDataPointBindingConverter))]
public DataPointBinding CategoryBinding { get; set; }
Property Value
Methods
GetCategoryAggregateFunction()
When overridden in a derived class, this method returns the function used to calculate the aggregate values for the Category property.
Declaration
cs-api-definition
protected virtual ChartAggregateFunction GetCategoryAggregateFunction()
Returns