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