ClassRangeSeries
Represents a chart range area series.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class RangeSeries : RangeSeriesBase, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesCategoricalSeriesBaseRangeSeriesBaseRangeSeries
Derived Classes:
Implements:
Inherited Members
Constructors
RangeSeries()
Initializes a new instance of the RangeSeries class.
Declaration
public RangeSeries()
Fields
AreaShapeStyleProperty
Identifies the AreaShapeStyle property.
Declaration
public static readonly DependencyProperty AreaShapeStyleProperty
Field Value
DependencyProperty
DashArrayProperty
Identifies the DashArray property.
Declaration
public static readonly DependencyProperty DashArrayProperty
Field Value
DependencyProperty
FillProperty
Identifies the Fill property.
Declaration
public static readonly DependencyProperty FillProperty
Field Value
DependencyProperty
StrokeProperty
Identifies the Stroke property.
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
DependencyProperty
StrokeShapeStyleProperty
Identifies the StrokeShapeStyle property.
Declaration
public static readonly DependencyProperty StrokeShapeStyleProperty
Field Value
DependencyProperty
StrokeThicknessProperty
Identifies the StrokeThickness property.
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
DependencyProperty
Properties
AreaShapeStyle
Gets or sets the style applied to the area shape.
Declaration
public Style AreaShapeStyle { get; set; }
Property Value
Style
DashArray
Gets or sets the dash pattern to be applied to the shape used to render the series.
Declaration
public DoubleCollection DashArray { get; set; }
Property Value
DoubleCollection
Fill
Gets or sets the style used to draw the shape.
Declaration
public Brush Fill { get; set; }
Property Value
Brush
Stroke
Gets or sets the Brush instance that defines the stroke of the area shape.
Declaration
public Brush Stroke { get; set; }
Property Value
Brush
StrokeMode
Gets or sets the mode that defines how the area is stroked.
Declaration
public RangeSeriesStrokeMode StrokeMode { get; set; }
Property Value
StrokeShapeStyle
Gets or sets the style applied to the stroke shape.
Declaration
public Style StrokeShapeStyle { get; set; }
Property Value
Style
StrokeThickness
Gets or sets the thickness of the line used to present the series.