Class CategoricalSeriesDescriptorBase
Represents the base class for descriptors that defines categorical data series.
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class CategoricalSeriesDescriptorBase : ChartSeriesDescriptor
Constructors
CategoricalSeriesDescriptorBase()
Declaration
public CategoricalSeriesDescriptorBase()
Fields
CategoryPathProperty
Identifies the CategoryPath dependency property.
Declaration
public static readonly DependencyProperty CategoryPathProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CategoryPath
Gets or sets the name of the property that points to the Category value of the data point view model.
Declaration
public string CategoryPath { get; set; }
Property Value
System.String
|