Class BarIndicatorBase
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 BarIndicatorBase : IndicatorBase, IChartElementPresenterWithMargin, IChartSeries, IChartElementPresenter, ISeries
Fields
DefaultVisualStyleProperty
Identifies the Default
Declaration
public static readonly DependencyProperty DefaultVisualStyleProperty
Field Value
System.
|
ValueBindingProperty
Identifies the Value
Declaration
public static readonly DependencyProperty ValueBindingProperty
Field Value
System.
|
Properties
DefaultVisualStyle
Gets or sets the System.
Declaration
public Style DefaultVisualStyle { get; set; }
Property Value
System.
|
ValueBinding
Gets or sets the binding that will be used to fill the Value member of the contained data points.
Declaration
public DataPointBinding ValueBinding { get; set; }