ValueIndicatorBase
Class
Represents a base class for financial indicators whose value depends on one input value (Open, High, Low, Close).
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public abstract class ValueIndicatorBase : LineIndicatorBase, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBase...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected ValueIndicatorBase()
Fields
ValueBindingProperty
DependencyProperty
Identifies the ValueBinding property.
C#
public static readonly DependencyProperty ValueBindingProperty
Properties
Gets or sets the binding that will be used to fill the Value member of the contained data points.
C#
[TypeConverter(typeof(StringToDataPointBindingConverter))]
public DataPointBinding ValueBinding { get; set; }