ClassPolarAreaSeries
Class
Represents PolarLineSeries that may optionally fill the area, enclosed by all points.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class PolarAreaSeries : PolarLineSeries, IChartSeries, IChartElementPresenter, IElementPresenter, IStrokedSeries, IFilledSeries
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesPolarSeriesPolarPointSeriesPolarLineSeriesPolarAreaSeries
Derived Classes:
Implements:
Inherited Members
Constructors
PolarAreaSeries()
Initializes a new instance of the PolarAreaSeries class.
Declaration
cs-api-definition
public PolarAreaSeries()
Fields
FillProperty
Identifies the Fill property.
Declaration
cs-api-definition
public static readonly DependencyProperty FillProperty
Field Value
DependencyProperty
Properties
Fill
Gets or sets the Brush that defines the interior of the area.
Declaration
cs-api-definition
public Brush Fill { get; set; }
Property Value
Brush
Implements