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

Represents the base class for descriptors that define polar series.

Definition

Constructors

C#
public PolarSeriesDescriptorBase()

Fields

ValuePathProperty

DependencyProperty

Identifies the ValuePath dependency property.

C#
public static readonly DependencyProperty ValuePathProperty

Properties

Gets or sets the name of the property that points to the Value value of the data point view model.

C#
public string ValuePath { get; set; }