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