Represents a concrete ChartSeriesDescriptor that may be used to create all the polar chart series variations.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class PolarSeriesDescriptor : PolarSeriesDescriptorBase
Inheritance: objectChartSeriesDescriptorPolarSeriesDescriptorBasePolarSeriesDescriptor
Inherited Members
Constructors
public PolarSeriesDescriptor()
Fields
AnglePathProperty
DependencyProperty
Identifies the AnglePath dependency property.
public static readonly DependencyProperty AnglePathProperty
Properties
Gets or sets the name of the property that points to the Angle value of the data point.
public string AnglePath { get; set; }
Gets the default type of series that are to be created if no TypePath and no Style properties are specified.
public override Type DefaultType { get; }
Overrides:
Methods
Core entry point for creating the ChartSeries type defined by this descriptor. Allows inheritors to provide custom implementation.
protected override ChartSeries CreateInstanceCore(object context)
The context (this is the raw data collection or the data view model) for which a ChartSeries needs to be created.
Returns: Exceptions:The base implementation fails to create a valid CategoricalSeries instance.
Overrides: