Class
BarIndicatorBase

Represents a financial indicator, whose value depends on the values of DataPoints in financial series.

Definition

Namespace:Telerik.UI.Xaml.Controls.Chart

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public abstract class BarIndicatorBase : IndicatorBase, IChartSeries, IChartElementPresenter, IElementPresenter

Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesIndicatorBaseBarIndicatorBase

Derived Classes: MacdhIndicator

Implements: IChartElementPresenterIChartSeriesIElementPresenter

Inherited Members IndicatorBase.CategoryBindingPropertyIndicatorBase.OnCreateAutomationPeer()IndicatorBase.OnAttached()IndicatorBase.OnDetached(RadChartBase)IndicatorBase.DataPointsIndicatorBase.CategoryBindingChartSeries.IsSelectedPropertyChartSeries.AllowSelectPropertyChartSeries.ShowLabelsPropertyChartSeries.ItemsSourcePropertyChartSeries.ClipToPlotAreaPropertyChartSeries.IsSelectedBindingPropertyChartSeries.PaletteIndexPropertyChartSeries.HitTest(Rect)ChartSeries.HitTestDataPoints(Rect)ChartSeries.HitTestElementsCore(Rect, bool, bool)ChartSeries.SelectRectPoints(ref Rect)ChartSeries.HitTestDataPointsCore(Rect)ChartSeries.HitTestDataPointsCore(Rect, bool)ChartSeries.GetDataPointLabels(DataPoint)ChartSeries.ApplyTemplateCore()ChartSeries.OnTemplateApplied()ChartSeries.IsSelectedChartSeries.AllowSelectChartSeries.PaletteIndexChartSeries.LabelDefinitionsChartSeries.IsSelectedBindingChartSeries.ShowLabelsChartSeries.DisplayNameChartSeries.ClipToPlotAreaChartSeries.ItemsSourceChartSeries.ActualPaletteIndexChartSeries.DataBindingCompleteChartElementPresenter.ZIndexChartElementPresenter.ChartPresenterBase.InfinitySizePresenterBase.InfinityPointPresenterBase.RefreshNode(object)PresenterBase.InvalidatePalette()PresenterBase.MeasureNodeOverride(Node, object)PresenterBase.RefreshNodeCore(Node)PresenterBase.CreateContentPresenter(object, DataTemplate)PresenterBase.RenderSurfacePresenterBase.CompositorPresenterBase.ContainerVisualRootRadControl.EndVisualStateUpdate(bool, bool)RadControl.UpdateVisualState(bool)RadControl.BeginVisualStateUpdate()RadControl.SetVisualState(string, bool)RadControl.CanUpdateVisualState()RadControl.ComposeVisualStateName()RadControl.MeasureOverride(Size)RadControl.ArrangeOverride(Size)RadControl.OnApplyTemplate()RadControl.UnapplyTemplateCore()RadControl.OnIsEnabledChanged(bool, bool)RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

Fields

DefaultVisualStyleProperty

Identifies the DefaultVisualStyle property.

Declaration

cs-api-definition
public static readonly DependencyProperty DefaultVisualStyleProperty

Field Value

DependencyProperty

ValueBindingProperty

Identifies the ValueBinding property.

Declaration

cs-api-definition
public static readonly DependencyProperty ValueBindingProperty

Field Value

DependencyProperty

Properties

DefaultVisualStyle

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.

Declaration

cs-api-definition
public Style DefaultVisualStyle { get; set; }

Property Value

Style

ValueBinding

Gets or sets the binding that will be used to fill the Value member of the contained data points.

Declaration

cs-api-definition
public DataPointBinding ValueBinding { get; set; }

Property Value

DataPointBinding