ScatterAreaSeries
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
Initializes a new instance of the ScatterAreaSeries class.
public ScatterAreaSeries()
Fields
AreaShapeStyleProperty
DependencyProperty
Identifies the AreaShapeStyle property.
public static readonly DependencyProperty AreaShapeStyleProperty
FillProperty
DependencyProperty
Identifies the Fill property.
public static readonly DependencyProperty FillProperty
OriginValueProperty
DependencyProperty
Identifies the OriginValue dependency property.
public static readonly DependencyProperty OriginValueProperty
Properties
AreaShapeStyle
Style
Gets or sets the style applied to the area shape.
public Style AreaShapeStyle { get; set; }
Fill
Brush
Gets or sets the style used to draw the shape.
public Brush Fill { get; set; }
Gets or sets the origin value.
public double OriginValue { get; set; }
Gets or sets the mode that defines how the area is stroked.
public AreaSeriesStrokeMode StrokeMode { get; set; }
Methods
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Overrides: