Class RadarAreaSeries
Represents RadarLineSeries that may optionally fill the area, enclosed by all points.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class RadarAreaSeries : RadarLineSeries, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries, IStrokedSeries, IFilledSeries
Constructors
RadarAreaSeries()
Fields
FillProperty
Identifies the Fill property.
Declaration
public static readonly DependencyProperty FillProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Fill
Gets or sets the System.Windows.Media.Brush that defines the interior of the area.
Declaration
public Brush Fill { get; set; }
Property Value
System.Windows.Media.Brush
|
IsClosed
Gets or sets a value indicating whether the line curve will be closed. That is the last point to be connected to the first one. True by default.
Declaration
public override bool IsClosed { get; set; }
Property Value
System.Boolean
|