Class
PolarAreaSeries

Represents PolarLineSeries that may optionally fill the area, enclosed by all points.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class PolarAreaSeries : PolarLineSeries, IChartElementPresenter

Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesPolarSeriesPolarPointSeriesPolarLineSeriesPolarAreaSeries

Implements: IChartElementPresenter

Inherited Members PolarLineSeries.StrokePropertyPolarLineSeries.StrokeThicknessPropertyPolarLineSeries.ShapeStylePropertyPolarLineSeries.DashArrayPropertyPolarLineSeries.OnShapeStylePropertyChanged(Style)PolarLineSeries.StrokePolarLineSeries.StrokeThicknessPolarLineSeries.ShapeStylePolarLineSeries.DashArrayPolarPointSeries.AngleBindingPropertyPolarPointSeries.GetValueAggregateFunction()PolarPointSeries.GetAngleAggregateFunction()PolarPointSeries.OnValueBindingChanged(DataPointBinding, DataPointBinding)PolarPointSeries.DataPointsPolarPointSeries.AngleBindingPolarSeries.LegendSettingsPropertyPolarSeries.ValueBindingPropertyPolarSeries.OnMouseEnter(MouseEventArgs)PolarSeries.OnMouseLeave(MouseEventArgs)PolarSeries.OnAttached()PolarSeries.OnDetached(RadChartBase)PolarSeries.LegendSettingsPolarSeries.ValueBindingPointTemplateSeries.RenderOptionsPropertyPointTemplateSeries.PointTemplatePropertyPointTemplateSeries.PointTemplateSelectorPropertyPointTemplateSeries.DefaultVisualStylePropertyPointTemplateSeries.DefaultVisualStyleSelectorPropertyPointTemplateSeries.OnLoaded(object, RoutedEventArgs)PointTemplateSeries.OnPlayPointAnimations(bool)PointTemplateSeries.OnRenderOptionsChanged(ChartRenderOptions, ChartRenderOptions)PointTemplateSeries.OnApplyTemplate()PointTemplateSeries.GetDataPointVisual(DataPoint)PointTemplateSeries.MeasureNodeOverride(ChartNode, object)PointTemplateSeries.RenderOptionsPointTemplateSeries.DefaultVisualStylePointTemplateSeries.DefaultVisualStyleSelectorPointTemplateSeries.PointTemplatePointTemplateSeries.PointTemplateSelectorPointTemplateSeries.PointTemplatesChartSeries.SeriesAnimationPropertyChartSeries.PointAnimationPropertyChartSeries.ShowLabelsPropertyChartSeries.IsSelectedPropertyChartSeries.AllowSelectPropertyChartSeries.TrackBallTemplatePropertyChartSeries.TrackBallInfoTemplatePropertyChartSeries.ItemsSourcePropertyChartSeries.ClipToPlotAreaPropertyChartSeries.DisplayNamePropertyChartSeries.TooltipTemplatePropertyChartSeries.LabelConnectorsSettingsPropertyChartSeries.PlaySeriesAnimation()ChartSeries.PlayPointAnimations()ChartSeries.OnPlaySeriesAnimation(bool)ChartSeries.GetDataPointLabels(DataPoint)ChartSeries.HitTest(Rect)ChartSeries.HitTestDataPoints(Rect)ChartSeries.HitTestElements(Rect)ChartSeries.HitTestElementsCore(Rect)ChartSeries.HitTestDataPointsCore(Rect)ChartSeries.OnVisibilityChanged()ChartSeries.GetLabelConnector(ChartSeriesLabelPositionInfo)ChartSeries.SeriesAnimationChartSeries.PointAnimationChartSeries.LabelDefinitionsChartSeries.ShowLabelsChartSeries.IsSelectedChartSeries.AllowSelectChartSeries.TrackBallTemplateChartSeries.TrackBallInfoTemplateChartSeries.DisplayNameChartSeries.TooltipTemplateChartSeries.ClipToPlotAreaChartSeries.ItemsSourceChartSeries.LabelConnectorsSettingsChartSeries.SeriesAnimationCompletedChartSeries.PointAnimationsCompletedChartSeries.DataBindingCompleteChartElementPresenter.OnPropertyChanged(DependencyPropertyChangedEventArgs)ChartElementPresenter.ZIndexChartElementPresenter.ChartPresenterBase.InfinitySizePresenterBase.InfinityPointPresenterBase.RefreshNode(ChartNode)PresenterBase.InvalidatePalette()PresenterBase.RefreshNodeCore(ChartNode)PresenterBase.CreateContentPresenter(object, DataTemplate)PresenterBase.OnInitialized(EventArgs)PresenterBase.RenderSurfaceRadControlBase.OnUnloaded(object, RoutedEventArgs)RadControlBase.IsLoadedRadControlBase.IsTemplateApplied

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

AutoSortPoints

Gets or sets a value indicating whether owned data points will the automatically sorted depending on their Angle property. True by default.

Declaration

cs-api-definition
public override bool AutoSortPoints { get; set; }

Property Value

bool

Overrides PolarLineSeries.AutoSortPoints

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

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

cs-api-definition
public override bool IsClosed { get; set; }

Property Value

bool

Overrides PolarLineSeries.IsClosed

Methods

OnCreateAutomationPeer()

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

The type-specific AutomationPeer implementation.

Overrides PolarLineSeries.OnCreateAutomationPeer()