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