ClassRadarAreaSeries
Represents RadarLineSeries 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 RadarAreaSeries : RadarLineSeries, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesPolarSeriesRadarPointSeriesRadarLineSeriesRadarAreaSeries
Implements:
Inherited Members
Constructors
RadarAreaSeries()
Initializes a new instance of the RadarAreaSeries class.
Declaration
public RadarAreaSeries()
Fields
FillProperty
Identifies the Fill property.
Declaration
public static readonly DependencyProperty FillProperty
Field Value
DependencyProperty
Properties
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