Class CategoricalSeriesBase
Inheritance
System.Object
CategoricalSeriesBase
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class CategoricalSeriesBase : CartesianSeries, IChartSeries, IChartElementPresenter, IElementPresenter
Constructors
CategoricalSeriesBase()
Declaration
protected CategoricalSeriesBase()
Fields
CategoryBindingProperty
Declaration
public static readonly DependencyProperty CategoryBindingProperty
Field Value
Microsoft.
|
ValueBindingProperty
Declaration
public static readonly DependencyProperty ValueBindingProperty
Field Value
Microsoft.
|
Properties
CategoryBinding
DataPoints
Declaration
public DataPointCollection<CategoricalDataPoint> DataPoints { get; }