Class HighLowCloseIndicatorBase
Base class for financial indicators that are calculated upon the High and Low values.
Inheritance
System.Object
HighLowCloseIndicatorBase
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public abstract class HighLowCloseIndicatorBase : HighLowIndicatorBase, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Constructors
HighLowCloseIndicatorBase()
Declaration
protected HighLowCloseIndicatorBase()
Fields
CloseBindingProperty
Identifies the CloseBinding property.
Declaration
public static readonly DependencyProperty CloseBindingProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CloseBinding
Gets or sets the binding that will be used to fill the High value for the indicator calculations.
Declaration
public DataPointBinding CloseBinding { get; set; }
Property Value
DataPointBinding
|