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