Search
CandlestickRenderer Members
Constructors Properties Methods
 


A SeriesRenderer that draws candlesticks in its containing plot.

The following tables list the members exposed by the CandlestickRenderer type.

 Public Constructors

  Name Description

CandlestickRenderer

Initializes a new instance of the CandlestickRenderer class.

 Public Properties

  Name Description

candlestickWidth

Gets or sets the width of the candlesticks.

closeDimension

Gets or sets the index of the dimension, containing close values.

highDimension

Gets or sets the index of the dimension, containing high values.

lowDimension

Gets or sets the index of the dimension, containing low values.

openDimension

Gets or sets the index of the dimension, containing open values.

 Public Methods

  Name Description

draw

SeriesRenderer.Draw override. Draws the series data in specified RenderContext.

drawHighlight

Renderer2D.DrawHighlight override. Draws highlighted candlestick in specified RenderContext.

effectiveFill

Gets the brush that should be used to fill the representation of specified data item.

enumVisibleCandlesticks

Enumerates the candlesticks visible in current data range.

hitTest

Renderer2D.HitTest override. Hit-tests the bar representations of data items.

measureDataRange

Renderer2D.MeasureDataRange override. Measures the data range of rendered series and assigns it to the associated Axis objects if their MinValue and MaxValue are not set.

 See Also