New to Telerik UI for WPFStart a free 30-day trial

Represents the base class for descriptors that defines categorical data series.

Definition

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; }