Class
OhlcSeriesBase

A base class for chart series that plot financial indicators using High, Low, Open, Close values.

Definition

Namespace:Telerik.UI.Xaml.Controls.Chart

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public abstract class OhlcSeriesBase : CartesianSeries, IChartSeries, IChartElementPresenter, IElementPresenter

Inheritance: objectRadControlPresenterBaseChartElementPresenterChartSeriesPointTemplateSeriesCartesianSeriesOhlcSeriesBase

Derived Classes: CandlestickSeriesOhlcSeries

Implements: IChartElementPresenterIChartSeriesIElementPresenter

Inherited Members CartesianSeries.HorizontalAxisPropertyCartesianSeries.VerticalAxisPropertyCartesianSeries.OnAttached()CartesianSeries.OnDetached(RadChartBase)CartesianSeries.HorizontalAxisCartesianSeries.VerticalAxisPointTemplateSeries.PointTemplatePropertyPointTemplateSeries.PointTemplateSelectorPropertyPointTemplateSeries.DefaultVisualStylePropertyPointTemplateSeries.LegendTitlePropertyPointTemplateSeries.IsVisibleInLegendPropertyPointTemplateSeries.GetDataPointVisual(DataPoint)PointTemplateSeries.MeasureNodeOverride(Node, object)PointTemplateSeries.UnapplyTemplateCore()PointTemplateSeries.ApplyTemplateCore()PointTemplateSeries.DefaultVisualStylePointTemplateSeries.PointTemplatePointTemplateSeries.PointTemplateSelectorPointTemplateSeries.PointTemplatesPointTemplateSeries.LegendTitlePointTemplateSeries.IsVisibleInLegendChartSeries.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.OnTemplateApplied()ChartSeries.OnCreateAutomationPeer()ChartSeries.IsSelectedChartSeries.AllowSelectChartSeries.PaletteIndexChartSeries.LabelDefinitionsChartSeries.IsSelectedBindingChartSeries.ShowLabelsChartSeries.DisplayNameChartSeries.ClipToPlotAreaChartSeries.ItemsSourceChartSeries.ActualPaletteIndexChartSeries.DataBindingCompleteChartElementPresenter.ZIndexChartElementPresenter.ChartPresenterBase.InfinitySizePresenterBase.InfinityPointPresenterBase.RefreshNode(object)PresenterBase.InvalidatePalette()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.OnIsEnabledChanged(bool, bool)RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

Constructors

OhlcSeriesBase()

Initializes a new instance of the OhlcSeriesBase class.

Declaration

cs-api-definition
protected OhlcSeriesBase()

Fields

CategoryBindingProperty

Identifies the CategoryBinding property.

Declaration

cs-api-definition
public static readonly DependencyProperty CategoryBindingProperty

Field Value

DependencyProperty

CloseBindingProperty

Identifies the CloseBinding property.

Declaration

cs-api-definition
public static readonly DependencyProperty CloseBindingProperty

Field Value

DependencyProperty

HighBindingProperty

Identifies the HighBinding property.

Declaration

cs-api-definition
public static readonly DependencyProperty HighBindingProperty

Field Value

DependencyProperty

LowBindingProperty

Identifies the LowBinding property.

Declaration

cs-api-definition
public static readonly DependencyProperty LowBindingProperty

Field Value

DependencyProperty

OpenBindingProperty

Identifies the OpenBinding property.

Declaration

cs-api-definition
public static readonly DependencyProperty OpenBindingProperty

Field Value

DependencyProperty

Properties

CategoryBinding

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

Declaration

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

Property Value

DataPointBinding

CloseBinding

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

Declaration

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

Property Value

DataPointBinding

DataPoints

Gets the collection of data points associated with the series.

Declaration

cs-api-definition
public DataPointCollection<OhlcDataPoint> DataPoints { get; }

Property Value

DataPointCollection<OhlcDataPoint>

HighBinding

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

Declaration

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

Property Value

DataPointBinding

LowBinding

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

Declaration

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

Property Value

DataPointBinding

OpenBinding

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

Declaration

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

Property Value

DataPointBinding