ClassCategoricalSeriesDescriptorBase
Class
Represents the base class for descriptors that defines categorical data series.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public class CategoricalSeriesDescriptorBase : ChartSeriesDescriptor
Inheritance: objectChartSeriesDescriptorCategoricalSeriesDescriptorBase
Derived Classes:
Inherited Members
Constructors
CategoricalSeriesDescriptorBase()
Declaration
cs-api-definition
public CategoricalSeriesDescriptorBase()
Fields
CategoryPathProperty
Identifies the CategoryPath dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty CategoryPathProperty
Field Value
DependencyProperty
Properties
CategoryPath
Gets or sets the name of the property that points to the Category value of the data point view model.