Class
PolarSeriesDescriptorBase

Represents the base class for descriptors that define polar series.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class PolarSeriesDescriptorBase : ChartSeriesDescriptor

Inheritance: objectChartSeriesDescriptorPolarSeriesDescriptorBase

Derived Classes: PolarSeriesDescriptorRadarSeriesDescriptor

Inherited Members ChartSeriesDescriptor.StylePropertyChartSeriesDescriptor.ItemsSourcePathPropertyChartSeriesDescriptor.TypePathPropertyChartSeriesDescriptor.TypeConverterPropertyChartSeriesDescriptor.CollectionIndexPropertyChartSeriesDescriptor.ChartDataSourceStylePropertyChartSeriesDescriptor.CreateInstance(object)ChartSeriesDescriptor.CreateInstanceCore(object)ChartSeriesDescriptor.CreateDefaultInstance(object)ChartSeriesDescriptor.DefaultTypeChartSeriesDescriptor.TypePathChartSeriesDescriptor.TypeConverterChartSeriesDescriptor.StyleChartSeriesDescriptor.ItemsSourcePathChartSeriesDescriptor.CollectionIndexChartSeriesDescriptor.ChartDataSourceStyle

Constructors

PolarSeriesDescriptorBase()

Declaration

cs-api-definition
public PolarSeriesDescriptorBase()

Fields

ValuePathProperty

Identifies the ValuePath dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ValuePathProperty

Field Value

DependencyProperty

Properties

ValuePath

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

Declaration

cs-api-definition
public string ValuePath { get; set; }

Property Value

string