RadarAreaSeries
Class
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:
C#
public class RadarAreaSeries : RadarLineSeries, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesPolarSeriesRadarPointSeriesRadarLineSeriesRadarAreaSeries...
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadarAreaSeries class.
C#
public RadarAreaSeries()
Fields
FillProperty
DependencyProperty
Identifies the Fill property.
C#
public static readonly DependencyProperty FillProperty
Properties
Fill
Brush
Gets or sets the Brush that defines the interior of the area.
C#
public Brush Fill { get; set; }
Methods
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
C#
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Overrides: