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