Class RangeSeries
Inheritance
System.Object
RangeSeries
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Chart
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RangeSeries : RangeSeriesBase, IChartSeries, IChartElementPresenter, IElementPresenter, IFilledSeries, IStrokedSeries
Constructors
RangeSeries()
Declaration
public RangeSeries()
Fields
FillProperty
Declaration
public static readonly DependencyProperty FillProperty
Field Value
Microsoft.
|
StrokeDashArrayProperty
Declaration
public static readonly DependencyProperty StrokeDashArrayProperty
Field Value
Microsoft.
|
StrokeLineJoinProperty
Declaration
public static readonly DependencyProperty StrokeLineJoinProperty
Field Value
Microsoft.
|
StrokeProperty
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
Microsoft.
|
StrokeThicknessProperty
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
Microsoft.
|
Properties
Fill
Declaration
public Brush Fill { get; set; }
Property Value
Microsoft.
|
Implements
Stroke
Declaration
public Brush Stroke { get; set; }
Property Value
Microsoft.
|
Implements
StrokeDashArray
Declaration
public DoubleCollection StrokeDashArray { get; set; }
Property Value
Microsoft.
|
Implements
StrokeLineJoin
Declaration
public PenLineJoin StrokeLineJoin { get; set; }
Property Value
Microsoft.
|
Implements
StrokeMode
Declaration
public RangeSeriesStrokeMode StrokeMode { get; set; }
Property Value
StrokeThickness
Declaration
public double StrokeThickness { get; set; }
Property Value
System.
|
Implements
Methods
ApplyTemplateCore()
Declaration
protected override bool ApplyTemplateCore()
Returns
System.
|
Overrides
UnapplyTemplateCore()
Declaration
protected override void UnapplyTemplateCore()
Overrides
Explicit Interface Implementations
IFilledSeries.IsFillSetLocally
Declaration
bool IFilledSeries.IsFillSetLocally { get; }
Returns
System.
|
Implements
IStrokedSeries.IsStrokeSetLocally
Declaration
bool IStrokedSeries.IsStrokeSetLocally { get; }
Returns
System.
|