ClassLineIndicatorBase
Represents a financial indicator, whose value depends on the values of DataPoints in financial series.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public abstract class LineIndicatorBase : IndicatorBase, IChartSeries, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesIndicatorBaseLineIndicatorBase
Derived Classes:
Implements:
Inherited Members
Fields
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
Stroke
Gets or sets the Brush instance that defines the stroke of the line.
Declaration
public Brush Stroke { get; set; }
Property Value
Brush
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
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
StrokeThickness
Gets or sets the thickness of the line used to present the indicator.
Methods
ApplyTemplateCore()
Adds the polyline shape to the visual tree.
OnStrokeDashArrayChanged(DoubleCollection)
Called when the StrokeDashArray property is changed.
Declaration
protected virtual void OnStrokeDashArrayChanged(DoubleCollection newValue)
Parameters
newValue
DoubleCollection
OnStrokeLineJoinChanged(PenLineJoin)
Called when the StrokeLineJoin property is changed.
Declaration
protected virtual void OnStrokeLineJoinChanged(PenLineJoin newValue)
Parameters
newValue
PenLineJoin
OnStrokeThicknessChanged(double)
Called when the StrokeThickness property is changed.
Declaration
protected virtual void OnStrokeThicknessChanged(double newValue)
Parameters
newValue
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