Class RangeSeries
Represents a chart range area series.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class RangeSeries : RangeSeriesBase, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries, IFilledSeries, IStrokedSeries
Constructors
RangeSeries()
Fields
AreaShapeStyleProperty
Identifies the Area
Declaration
public static readonly DependencyProperty AreaShapeStyleProperty
Field Value
System.
|
DashArrayProperty
Identifies the Dash
Declaration
public static readonly DependencyProperty DashArrayProperty
Field Value
System.
|
FillProperty
Identifies the Fill property.
Declaration
public static readonly DependencyProperty FillProperty
Field Value
System.
|
StrokeProperty
Identifies the Stroke property.
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
System.
|
StrokeShapeStyleProperty
Identifies the Stroke
Declaration
public static readonly DependencyProperty StrokeShapeStyleProperty
Field Value
System.
|
StrokeThicknessProperty
Identifies the Stroke
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
System.
|
Properties
AreaShapeStyle
Gets or sets the style applied to the area shape.
Declaration
public Style AreaShapeStyle { get; set; }
Property Value
System.
|
DashArray
Gets or sets the dash pattern to be applied to the System.
Declaration
public DoubleCollection DashArray { get; set; }
Property Value
System.
|
Fill
Gets or sets the style used to draw the System.
Declaration
public Brush Fill { get; set; }
Property Value
System.
|
Stroke
Gets or sets the System.
Declaration
public Brush Stroke { get; set; }
Property Value
System.
|
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
System.
|
StrokeThickness
Gets or sets the thickness of the line used to present the series.
Declaration
public double StrokeThickness { get; set; }
Property Value
System.
|