PolarAreaSeries
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
Initializes a new instance of the PolarAreaSeries class.
public PolarAreaSeries()
Fields
FillProperty
DependencyProperty
Identifies the Fill property.
public static readonly DependencyProperty FillProperty
Properties
Gets or sets a value indicating whether owned data points will the automatically sorted depending on their Angle property. True by default.
public override bool AutoSortPoints { get; set; }
Overrides:
Fill
Brush
Gets or sets the Brush that defines the interior of the area.
public Brush Fill { get; set; }
Methods
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Overrides: