Class RadarAreaSeries
Represents Radar
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.
|
Properties
Fill
Gets or sets the System.
Declaration
public Brush Fill { get; set; }
Property Value
System.
|
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.
|
Overrides
Methods
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |