Class
OhlcSeries

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:

cs-api-definition
[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

OhlcSeries()

Creates an instance of the series

Declaration

cs-api-definition
public OhlcSeries()

Properties

DataPointLabelAlignment

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

Declaration

cs-api-definition
public LineDataPointLabelAlignment DataPointLabelAlignment { get; set; }

Property Value

LineDataPointLabelAlignment

DataPointLabelOffset

Gets or sets the DataPointLabel offset, according the DataPointLabelPosition.

Declaration

cs-api-definition
public Unit DataPointLabelOffset { get; set; }

Property Value

Unit

MarkerType

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

Declaration

cs-api-definition
public OhlcMarkerType MarkerType { get; set; }

Property Value

OhlcMarkerType

MinMarkerWidth

Gets or sets the width of the data point markers;

Declaration

cs-api-definition
public Unit MinMarkerWidth { get; set; }

Property Value

Unit

Y

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

Declaration

cs-api-definition
public OhlcMarks Y { get; }

Property Value

OhlcMarks