Class OhlcSeries
Represents a series of OHLC data points in a two-dimensional Cartesian coordinate system. Not supported in polar coordinate system.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class OhlcSeries : GraphSeries2D, INamedObject, IOhlcSeries, IGraphSeries2D, IGraphSeries
Constructors
OhlcSeries()
Creates an instance of the series
Declaration
public OhlcSeries()
Properties
DataPointLabelAlignment
Gets or sets a value indicating how the labels of the data points to be aligned.
Declaration
public LineDataPointLabelAlignment DataPointLabelAlignment { get; set; }
Property Value
LineDataPointLabelAlignment
|
DataPointLabelOffset
Gets or sets the DataPointLabel offset, according the DataPointLabelPosition.
Declaration
public Unit DataPointLabelOffset { get; set; }
Property Value
Unit
|
MarkerType
Gets or sets a value determining the series marker type - candlestick or bar.
Declaration
public OhlcMarkerType MarkerType { get; set; }
Property Value
OhlcMarkerType
|
MinMarkerWidth
Gets or sets the width of the data point markers;
Declaration
public Unit MinMarkerWidth { get; set; }
Property Value
Unit
|
Y
Gets or sets a value indicating the four vertical indicators of the series (OHLC).
Declaration
public OhlcMarks Y { get; }
Property Value
OhlcMarks
|