ClassRangeSeries
Represents a chart range area series.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RangeSeries : RangeSeriesBase, IChartSeries, IChartElementPresenter, IElementPresenter, IFilledSeries, IStrokedSeries
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesRangeSeriesBaseRangeSeries
Implements:
Inherited Members
Constructors
RangeSeries()
Initializes a new instance of the RangeSeries class.
Declaration
public RangeSeries()
Fields
FillProperty
Identifies the Fill property.
Declaration
public static readonly DependencyProperty FillProperty
Field Value
DependencyProperty
StrokeDashArrayProperty
Identifies the StrokeDashArray property.
Declaration
public static readonly DependencyProperty StrokeDashArrayProperty
Field Value
DependencyProperty
StrokeLineJoinProperty
Identifies the StrokeLineJoin property.
Declaration
public static readonly DependencyProperty StrokeLineJoinProperty
Field Value
DependencyProperty
StrokeProperty
Identifies the Stroke property.
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
DependencyProperty
StrokeThicknessProperty
Identifies the StrokeThickness property.
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
DependencyProperty
Properties
Fill
Gets or sets the style used to draw the shape.
Declaration
public Brush Fill { get; set; }
Property Value
Brush
Implements
Stroke
Gets or sets the Brush instance that defines the stroke of the area shape.
Declaration
public Brush Stroke { get; set; }
Property Value
Brush
Implements
StrokeDashArray
Gets or sets a collection of double values that indicates the pattern of dashes and gaps that is used to outline stroked series.
Declaration
public DoubleCollection StrokeDashArray { get; set; }
Property Value
DoubleCollection
Implements
StrokeLineJoin
Gets or sets a PenLineJoin enumeration value that specifies the type of join that is used at the vertices of a stroked series.
Declaration
public PenLineJoin StrokeLineJoin { get; set; }
Property Value
PenLineJoin
Implements
StrokeMode
Gets or sets the mode that defines how the area is stroked.
Declaration
public RangeSeriesStrokeMode StrokeMode { get; set; }
Property Value
StrokeThickness
Gets or sets the thickness of the line used to present the series.
Declaration
public double StrokeThickness { get; set; }
Property Value
Implements
Methods
ApplyTemplateCore()
Adds the polyline shapes to the visual tree.
UnapplyTemplateCore()
Removes the current control template. Occurs when a template has already been applied and a new one is applied.
Declaration
protected override void UnapplyTemplateCore()
Overrides