New to Telerik ReportingStart a free 30-day trial

Represents a series of OHLC data points in a two-dimensional Cartesian coordinate system. Not supported in polar coordinate system.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
[AIAssistantDescription("Financial candlestick or OHLC bar series. Displays Open, High, Low, Close values per time period. Only works with CartesianCoordinateSystem (not Polar). The Y property uses an OhlcMarks object with four sub-expressions: Open, High, Low, Close. Use DateTimeScale or CategoryScale on XAxis for the time axis.")]
public class OhlcSeries : GraphSeries2D

Inheritance: objectMarshalByRefObjectComponentGraphSeriesBaseGraphSeriesGraphSeries2DOhlcSeries...

Inherited Members GraphSeries2D.XGraphSeries2D.ArrangeModeGraphSeries.ArrangeByAxisGraphSeries.CoordinateSystemGraphSeries.CategoryGroupGraphSeries.SeriesGroupGraphSeriesBase.ToString()GraphSeriesBase.DataPointLabelGraphSeriesBase.DataPointLabelAngleGraphSeriesBase.DataPointLabelFormatGraphSeriesBase.DataPointLabelStyleGraphSeriesBase.DataPointLabelConditionalFormattingGraphSeriesBase.ToolTipGraphSeriesBase.DataPointConditionalFormattingGraphSeriesBase.DataPointStyleGraphSeriesBase.LegendGraphSeriesBase.LegendFormatGraphSeriesBase.LegendItemGraphSeriesBase.NameGraphSeriesBase.ColorPalette...

Constructors

Creates an instance of the series

C#
public OhlcSeries()

Properties

Gets or sets a value indicating how the labels of the data points to be aligned.

C#
public LineDataPointLabelAlignment DataPointLabelAlignment { get; set; }

Gets or sets the DataPointLabel offset, according the DataPointLabelPosition.

C#
public Unit DataPointLabelOffset { get; set; }

Gets or sets a value determining the series marker type - candlestick or bar.

C#
public OhlcMarkerType MarkerType { get; set; }

Gets or sets the width of the data point markers;

C#
public Unit MinMarkerWidth { get; set; }

Gets or sets a value indicating the four vertical indicators of the series (OHLC).

C#
public OhlcMarks Y { get; }