Class
AreaSeries

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

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class AreaSeries : CategoricalStrokedSeries, IChartElementPresenter

Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesCategoricalSeriesBaseCategoricalSeriesCategoricalStrokedSeriesAreaSeries

Derived Classes: SplineAreaSeriesStepAreaSeries

Implements: IChartElementPresenter

Inherited Members CategoricalStrokedSeries.StrokePropertyCategoricalStrokedSeries.StrokeThicknessPropertyCategoricalStrokedSeries.DashArrayPropertyCategoricalStrokedSeries.StrokeShapeStylePropertyCategoricalStrokedSeries.LegendSettingsPropertyCategoricalStrokedSeries.StrokeCategoricalStrokedSeries.StrokeThicknessCategoricalStrokedSeries.StrokeShapeStyleCategoricalStrokedSeries.DashArrayCategoricalStrokedSeries.LegendSettingsCategoricalSeries.ValueBindingPropertyCategoricalSeries.CombineModePropertyCategoricalSeries.GetValueAggregateFunction()CategoricalSeries.CombineModeCategoricalSeries.StackGroupKeyCategoricalSeries.DataPointsCategoricalSeries.ValueBindingCategoricalSeriesBase.CategoryBindingPropertyCategoricalSeriesBase.GetCategoryAggregateFunction()CategoricalSeriesBase.CategoryBindingCartesianSeries.HorizontalAxisPropertyCartesianSeries.VerticalAxisPropertyCartesianSeries.OnAttached()CartesianSeries.OnDetached(RadChartBase)CartesianSeries.OnMouseEnter(MouseEventArgs)CartesianSeries.OnMouseLeave(MouseEventArgs)CartesianSeries.HorizontalAxisCartesianSeries.VerticalAxisPointTemplateSeries.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

AreaSeries()

Initializes a new instance of the AreaSeries class.

Declaration

cs-api-definition
public AreaSeries()

Fields

AreaShapeStyleProperty

Identifies the AreaShapeStyle property.

Declaration

cs-api-definition
public static readonly DependencyProperty AreaShapeStyleProperty

Field Value

DependencyProperty

FillProperty

Identifies the Fill property.

Declaration

cs-api-definition
public static readonly DependencyProperty FillProperty

Field Value

DependencyProperty

OriginValueProperty

Identifies the OriginValue dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty OriginValueProperty

Field Value

DependencyProperty

Properties

AreaShapeStyle

Gets or sets the style applied to the area shape.

Declaration

cs-api-definition
public Style AreaShapeStyle { get; set; }

Property Value

Style

Fill

Gets or sets the style used to draw the shape.

Declaration

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

Property Value

Brush

OriginValue

Gets or sets the origin value.

Declaration

cs-api-definition
public double OriginValue { get; set; }

Property Value

double

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

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.