Class PolarAreaSeries
Represents Polar
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.
|
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.
|
Overrides
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. |