Class IndicatorBase
Represents a financial indicator, whose value depends on the values of DataPoints in financial series.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public abstract class IndicatorBase : ChartSeries, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Fields
CategoryBindingProperty
Identifies the Category
Declaration
public static readonly DependencyProperty CategoryBindingProperty
Field Value
System.
|
Properties
CategoryBinding
Gets or sets the binding that will be used to fill the Category member of the contained data points.
Declaration
public DataPointBinding CategoryBinding { get; set; }
Property Value
DataPoints
Gets the collection of data points associated with the indicator.
Declaration
public DataPointCollection<CategoricalDataPoint> DataPoints { get; }
Property Value
Methods
OnAttached()
Occurs when the presenter has been successfully attached to its owning Rad
Declaration
protected override void OnAttached()
Overrides
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |
OnDetached(RadChartBase)
Occurs when the presenter has been successfully detached from its owning Rad
Declaration
protected override void OnDetached(RadChartBase oldChart)
Parameters
Rad
|