Represents the base class for descriptors that defines categorical data series.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class CategoricalSeriesDescriptorBase : ChartSeriesDescriptor
Inheritance: objectChartSeriesDescriptorCategoricalSeriesDescriptorBase
Derived Classes:
Inherited Members
Constructors
C#
public CategoricalSeriesDescriptorBase()
Fields
CategoryPathProperty
DependencyProperty
Identifies the CategoryPath dependency property.
C#
public static readonly DependencyProperty CategoryPathProperty
Properties
Gets or sets the name of the property that points to the Category value of the data point view model.
C#
public string CategoryPath { get; set; }