ClassPolarAreaSeries
Represents PolarLineSeries that may optionally fill the area, enclosed by all points.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class PolarAreaSeries : PolarLineSeries, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesPolarSeriesPolarPointSeriesPolarLineSeriesPolarAreaSeries
Implements:
Inherited Members
Constructors
PolarAreaSeries()
Initializes a new instance of the PolarAreaSeries class.
Declaration
public PolarAreaSeries()
Fields
FillProperty
Identifies the Fill property.
Declaration
public static readonly DependencyProperty FillProperty
Field Value
DependencyProperty
Properties
AutoSortPoints
Gets or sets a value indicating whether owned data points will the automatically sorted depending on their Angle property. True by default.
Declaration
public override bool AutoSortPoints { get; set; }
Property Value
Overrides
Fill
Gets or sets the Brush that defines the interior of the area.
Declaration
public Brush Fill { get; set; }
Property Value
Brush
Methods
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.
Overrides