ClassIndicatorBase
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 IndicatorBase : ChartSeries, IChartSeries, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesIndicatorBase
Derived Classes:
Implements:
Inherited Members
Fields
CategoryBindingProperty
Identifies the CategoryBinding property.
Declaration
public static readonly DependencyProperty CategoryBindingProperty
Field Value
DependencyProperty
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 RadChartBase instance.
Declaration
protected override void OnAttached()
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
OnDetached(RadChartBase)
Occurs when the presenter has been successfully detached from its owning RadChartBase instance.
Declaration
protected override void OnDetached(RadChartBase oldChart)
Parameters
oldChart
Overrides