ClassScatterAreaSeries
Represents a chart series which visualize ScatterDataPoint instances by an area shape.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class ScatterAreaSeries : ScatterLineSeries, IChartSeries, IChartElementPresenter, IElementPresenter, IStrokedSeries, IFilledSeries
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesScatterPointSeriesScatterLineSeriesScatterAreaSeries
Derived Classes:
Implements:
Inherited Members
Constructors
ScatterAreaSeries()
Initializes a new instance of the ScatterAreaSeries class.
Declaration
public ScatterAreaSeries()
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
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