BarIndicatorBase
Represents a financial indicator, whose value depends on the values of DataPoints in financial series.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public abstract class BarIndicatorBase : IndicatorBase, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterChartSeriesIndicatorBaseBarIndicatorBase...
Derived Classes:
Implements:
Inherited Members
Fields
DefaultVisualStyleProperty
DependencyProperty
Identifies the DefaultVisualStyle property.
public static readonly DependencyProperty DefaultVisualStyleProperty
ValueBindingProperty
DependencyProperty
Identifies the ValueBinding property.
public static readonly DependencyProperty ValueBindingProperty
Properties
DefaultVisualStyle
Style
Gets or sets the Style instance that will define the appearance of series' default visuals (if any). For example a BarSeries will create Border instances as its default visuals. Point templates (if specified) however have higher precedence compared to the default visuals.
public Style DefaultVisualStyle { get; set; }
Gets or sets the binding that will be used to fill the Value member of the contained data points.
[TypeConverter(typeof(StringToDataPointBindingConverter))]
public DataPointBinding ValueBinding { get; set; }