Class ScatterAreaSeries
Represents a chart series which visualize ScatterDataPoint instances by an area shape.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class ScatterAreaSeries : ScatterLineSeries, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries, IStrokedSeries, IFilledSeries
Constructors
ScatterAreaSeries()
Fields
AreaShapeStyleProperty
Identifies the AreaShapeStyle property.
Declaration
public static readonly DependencyProperty AreaShapeStyleProperty
Field Value
System.Windows.DependencyProperty
|
FillProperty
Identifies the Fill property.
Declaration
public static readonly DependencyProperty FillProperty
Field Value
System.Windows.DependencyProperty
|
OriginValueProperty
Identifies the OriginValue dependency property.
Declaration
public static readonly DependencyProperty OriginValueProperty
Field Value
System.Windows.DependencyProperty
|
Properties
AreaShapeStyle
Gets or sets the style applied to the area shape.
Declaration
public Style AreaShapeStyle { get; set; }
Property Value
System.Windows.Style
|
Fill
Gets or sets the style used to draw the System.Windows.Shapes.Polyline shape.
Declaration
public Brush Fill { get; set; }
Property Value
System.Windows.Media.Brush
|
OriginValue
Gets or sets the origin value.
Declaration
public double OriginValue { get; set; }
Property Value
System.Double
|
StrokeMode
Gets or sets the mode that defines how the area is stroked.
Declaration
public AreaSeriesStrokeMode StrokeMode { get; set; }
Property Value
AreaSeriesStrokeMode
|