Class
AreaSeries

Represents a chart series that are visualize like an area figure in the cartesian space.

Definition

Namespace:Telerik.UI.Xaml.Controls.Chart

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class AreaSeries : CategoricalStrokedSeries, IChartSeries, IChartElementPresenter, IElementPresenter, IStrokedSeries, IFilledSeries

Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesCategoricalSeriesBaseCategoricalSeriesCategoricalStrokedSeriesAreaSeries

Derived Classes: SplineAreaSeriesStepAreaSeries

Implements: IChartElementPresenterIChartSeriesIElementPresenterIFilledSeriesIStrokedSeries

Inherited Members CategoricalStrokedSeries.StrokePropertyCategoricalStrokedSeries.StrokeThicknessPropertyCategoricalStrokedSeries.StrokeDashArrayPropertyCategoricalStrokedSeries.StrokeLineJoinPropertyCategoricalStrokedSeries.StrokeCategoricalStrokedSeries.StrokeThicknessCategoricalStrokedSeries.StrokeDashArrayCategoricalStrokedSeries.StrokeLineJoinCategoricalSeries.CombineModePropertyCategoricalSeries.CombineModeCategoricalSeries.StackGroupKeyCategoricalSeriesBase.ValueBindingPropertyCategoricalSeriesBase.CategoryBindingPropertyCategoricalSeriesBase.ValueBindingCategoricalSeriesBase.CategoryBindingCategoricalSeriesBase.DataPointsCartesianSeries.HorizontalAxisPropertyCartesianSeries.VerticalAxisPropertyCartesianSeries.OnAttached()CartesianSeries.OnDetached(RadChartBase)CartesianSeries.HorizontalAxisCartesianSeries.VerticalAxisPointTemplateSeries.PointTemplatePropertyPointTemplateSeries.PointTemplateSelectorPropertyPointTemplateSeries.DefaultVisualStylePropertyPointTemplateSeries.LegendTitlePropertyPointTemplateSeries.IsVisibleInLegendPropertyPointTemplateSeries.GetDataPointVisual(DataPoint)PointTemplateSeries.MeasureNodeOverride(Node, object)PointTemplateSeries.DefaultVisualStylePointTemplateSeries.PointTemplatePointTemplateSeries.PointTemplateSelectorPointTemplateSeries.PointTemplatesPointTemplateSeries.LegendTitlePointTemplateSeries.IsVisibleInLegendChartSeries.IsSelectedPropertyChartSeries.AllowSelectPropertyChartSeries.ShowLabelsPropertyChartSeries.ItemsSourcePropertyChartSeries.ClipToPlotAreaPropertyChartSeries.IsSelectedBindingPropertyChartSeries.PaletteIndexPropertyChartSeries.HitTest(Rect)ChartSeries.HitTestDataPoints(Rect)ChartSeries.HitTestElementsCore(Rect, bool, bool)ChartSeries.HitTestDataPointsCore(Rect)ChartSeries.HitTestDataPointsCore(Rect, bool)ChartSeries.GetDataPointLabels(DataPoint)ChartSeries.OnTemplateApplied()ChartSeries.IsSelectedChartSeries.AllowSelectChartSeries.PaletteIndexChartSeries.LabelDefinitionsChartSeries.IsSelectedBindingChartSeries.ShowLabelsChartSeries.DisplayNameChartSeries.ClipToPlotAreaChartSeries.ItemsSourceChartSeries.ActualPaletteIndexChartSeries.DataBindingCompleteChartElementPresenter.ZIndexChartElementPresenter.ChartPresenterBase.InfinitySizePresenterBase.InfinityPointPresenterBase.RefreshNode(object)PresenterBase.InvalidatePalette()PresenterBase.RefreshNodeCore(Node)PresenterBase.CreateContentPresenter(object, DataTemplate)PresenterBase.RenderSurfacePresenterBase.CompositorPresenterBase.ContainerVisualRootRadControl.EndVisualStateUpdate(bool, bool)RadControl.UpdateVisualState(bool)RadControl.BeginVisualStateUpdate()RadControl.SetVisualState(string, bool)RadControl.CanUpdateVisualState()RadControl.ComposeVisualStateName()RadControl.MeasureOverride(Size)RadControl.ArrangeOverride(Size)RadControl.OnApplyTemplate()RadControl.OnIsEnabledChanged(bool, bool)RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

Constructors

AreaSeries()

Initializes a new instance of the AreaSeries class.

Declaration

cs-api-definition
public AreaSeries()

Fields

FillProperty

Identifies the Fill property.

Declaration

cs-api-definition
public static readonly DependencyProperty FillProperty

Field Value

DependencyProperty

Properties

Fill

Gets or sets the style used to draw the shape.

Declaration

cs-api-definition
public Brush Fill { get; set; }

Property Value

Brush

Implements IFilledSeries.Fill

StrokeMode

Gets or sets the mode that defines how the area is stroked.

Declaration

cs-api-definition
public AreaSeriesStrokeMode StrokeMode { get; set; }

Property Value

AreaSeriesStrokeMode

Methods

ApplyTemplateCore()

Adds the polyline shape to the visual tree.

Declaration

cs-api-definition
protected override bool ApplyTemplateCore()

Returns

bool

Overrides CategoricalStrokedSeries.ApplyTemplateCore()

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

Overrides ChartSeries.OnCreateAutomationPeer()

SelectRectPoints(ref Rect)

Returns an array of rectangle .

Declaration

cs-api-definition
protected override Point[] SelectRectPoints(ref Rect touchRect)

Parameters

touchRect

Rect

Returns

Point[]

Overrides ChartSeries.SelectRectPoints(ref Rect)

UnapplyTemplateCore()

Removes the current control template. Occurs when a template has already been applied and a new one is applied.

Declaration

cs-api-definition
protected override void UnapplyTemplateCore()

Overrides CategoricalStrokedSeries.UnapplyTemplateCore()