ClassValueIndicatorBase
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:
cs-api-definition
public abstract class ValueIndicatorBase : LineIndicatorBase, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBase
Derived Classes:
Implements:
Inherited Members
Constructors
ValueIndicatorBase()
Declaration
cs-api-definition
protected ValueIndicatorBase()
Fields
ValueBindingProperty
Identifies the ValueBinding property.
Declaration
cs-api-definition
public static readonly DependencyProperty ValueBindingProperty
Field Value
DependencyProperty
Properties
ValueBinding
Gets or sets the binding that will be used to fill the Value member of the contained data points.
Declaration
cs-api-definition
[TypeConverter(typeof(StringToDataPointBindingConverter))]
public DataPointBinding ValueBinding { get; set; }
Property Value