ClassAreaSeries
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:
public class AreaSeries : CategoricalStrokedSeries, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesCategoricalSeriesBaseCategoricalSeriesCategoricalStrokedSeriesAreaSeries
Derived Classes:
Implements:
Inherited Members
Constructors
AreaSeries()
Initializes a new instance of the AreaSeries class.
Declaration
public AreaSeries()
Fields
AreaShapeStyleProperty
Identifies the AreaShapeStyle property.
Declaration
public static readonly DependencyProperty AreaShapeStyleProperty
Field Value
DependencyProperty
FillProperty
Identifies the Fill property.
Declaration
public static readonly DependencyProperty FillProperty
Field Value
DependencyProperty
OriginValueProperty
Identifies the OriginValue dependency property.
Declaration
public static readonly DependencyProperty OriginValueProperty
Field Value
DependencyProperty
Properties
AreaShapeStyle
Gets or sets the style applied to the area shape.
Declaration
public Style AreaShapeStyle { get; set; }
Property Value
Style
Fill
Gets or sets the style used to draw the shape.
Declaration
public Brush Fill { get; set; }
Property Value
Brush
OriginValue
Gets or sets the origin value.
StrokeMode
Gets or sets the mode that defines how the area is stroked.
Declaration
public AreaSeriesStrokeMode StrokeMode { get; set; }
Property Value
Methods
OnCreateAutomationPeer()
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The type-specific AutomationPeer implementation.