Class PolarAreaSeries
Represents PolarLineSeries 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 PolarAreaSeries : PolarLineSeries, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries, IStrokedSeries, IFilledSeries
Constructors
PolarAreaSeries()
Fields
FillProperty
Identifies the Fill property.
Declaration
public static readonly DependencyProperty FillProperty
Field Value
System.Windows.DependencyProperty
|
Properties
AutoSortPoints
Gets or sets a value indicating whether owned data points will the automatically sorted depending on their Angle property. True by default.
Declaration
public override bool AutoSortPoints { get; set; }
Property Value
System.Boolean
|
Overrides
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
|