ClassCategoricalSeriesBase
Base class for all ChartSeries that may contain CategoricalDataPoint.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public abstract class CategoricalSeriesBase : CartesianSeries, IChartSeries, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesCategoricalSeriesBase
Derived Classes:
Implements:
Inherited Members
Constructors
CategoricalSeriesBase()
Initializes a new instance of the CategoricalSeriesBase class.
Declaration
protected CategoricalSeriesBase()
Fields
CategoryBindingProperty
Identifies the CategoryBinding property.
Declaration
public static readonly DependencyProperty CategoryBindingProperty
Field Value
DependencyProperty
ValueBindingProperty
Identifies the ValueBinding property.
Declaration
public static readonly DependencyProperty ValueBindingProperty
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
public DataPointBinding CategoryBinding { get; set; }
Property Value
DataPoints
Gets the collection of data points associated with the series.
Declaration
public DataPointCollection<CategoricalDataPoint> DataPoints { get; }
Property Value
ValueBinding
Gets or sets the binding that will be used to fill the Value member of the contained data points.
Declaration
public DataPointBinding ValueBinding { get; set; }
Property Value