ClassAreaSeries
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:
public class AreaSeries : CategoricalStrokedSeries, IChartSeries, IChartElementPresenter, IElementPresenter, IStrokedSeries, IFilledSeries
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesCategoricalSeriesBaseCategoricalSeriesCategoricalStrokedSeriesAreaSeries
Derived Classes:
Implements:
Inherited Members
Constructors
AreaSeries()
Initializes a new instance of the AreaSeries class.
Declaration
public AreaSeries()
Fields
FillProperty
Identifies the Fill property.
Declaration
public static readonly DependencyProperty FillProperty
Field Value
DependencyProperty
Properties
Fill
Gets or sets the style used to draw the shape.
Declaration
public Brush Fill { get; set; }
Property Value
Brush
Implements
StrokeMode
Gets or sets the mode that defines how the area is stroked.
Declaration
public AreaSeriesStrokeMode StrokeMode { get; set; }
Property Value
Methods
ApplyTemplateCore()
Adds the polyline shape to the visual tree.
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
SelectRectPoints(ref Rect)
Returns an array of rectangle .
Declaration
protected override Point[] SelectRectPoints(ref Rect touchRect)
Parameters
touchRect
Rect
Returns
Point[]
Overrides
UnapplyTemplateCore()
Removes the current control template. Occurs when a template has already been applied and a new one is applied.
Declaration
protected override void UnapplyTemplateCore()
Overrides