LineIndicatorBase
Represents a financial indicator, whose value depends on the values of DataPoints in financial series.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public abstract class LineIndicatorBase : IndicatorBase, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesIndicatorBaseLineIndicatorBase...
Derived Classes:
Implements:
Inherited Members
Fields
DashArrayProperty
DependencyProperty
Identifies the DashArray property.
public static readonly DependencyProperty DashArrayProperty
StrokeProperty
DependencyProperty
Identifies the Stroke property.
public static readonly DependencyProperty StrokeProperty
StrokeThicknessProperty
DependencyProperty
Identifies the StrokeThickness property.
public static readonly DependencyProperty StrokeThicknessProperty
Properties
DashArray
DoubleCollection
Gets or sets the dash pattern to be applied to the line used to render the indicator.
public DoubleCollection DashArray { get; set; }
Stroke
Brush
Gets or sets the Brush instance that defines the stroke of the line.
public Brush Stroke { get; set; }
Gets or sets the thickness of the line used to present the indicator.
public double StrokeThickness { get; set; }
Methods
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call . In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.
public override void OnApplyTemplate()
Overrides:
Occurs when the presenter has been successfully attached to its owning RadChartBase instance.
protected override void OnAttached()
Overrides:
Occurs when the presenter has been successfully detached from its owning RadChartBase instance.
protected override void OnDetached(RadChartBase oldChart)
Overrides:
Executed when the StrokeThickness property is changed.
protected virtual void OnStrokeThicknessChanged(DependencyPropertyChangedEventArgs e)
The DependencyPropertyChangedEventArgs instance containing the event data.