RangeSeries
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
Initializes a new instance of the RangeSeries class.
public RangeSeries()
Fields
AreaShapeStyleProperty
DependencyProperty
Identifies the AreaShapeStyle property.
public static readonly DependencyProperty AreaShapeStyleProperty
DashArrayProperty
DependencyProperty
Identifies the DashArray property.
public static readonly DependencyProperty DashArrayProperty
FillProperty
DependencyProperty
Identifies the Fill property.
public static readonly DependencyProperty FillProperty
StrokeProperty
DependencyProperty
Identifies the Stroke property.
public static readonly DependencyProperty StrokeProperty
StrokeShapeStyleProperty
DependencyProperty
Identifies the StrokeShapeStyle property.
public static readonly DependencyProperty StrokeShapeStyleProperty
StrokeThicknessProperty
DependencyProperty
Identifies the StrokeThickness property.
public static readonly DependencyProperty StrokeThicknessProperty
Properties
AreaShapeStyle
Style
Gets or sets the style applied to the area shape.
public Style AreaShapeStyle { get; set; }
DashArray
DoubleCollection
Gets or sets the dash pattern to be applied to the shape used to render the series.
public DoubleCollection DashArray { get; set; }
Fill
Brush
Gets or sets the style used to draw the shape.
public Brush Fill { get; set; }
Stroke
Brush
Gets or sets the Brush instance that defines the stroke of the area shape.
public Brush Stroke { get; set; }
Gets or sets the mode that defines how the area is stroked.
public RangeSeriesStrokeMode StrokeMode { get; set; }
StrokeShapeStyle
Style
Gets or sets the style applied to the stroke shape.
public Style StrokeShapeStyle { get; set; }
Gets or sets the thickness of the line used to present the series.
public double StrokeThickness { get; set; }