A SeriesRenderer that draws candlesticks in its containing plot.
The following tables list the members exposed by the CandlestickRenderer type.
Name | Description | |
---|---|---|
Initializes a new instance of the CandlestickRenderer class. |
Name | Description | |
---|---|---|
Gets or sets the width of the candlesticks. |
||
Gets or sets the index of the dimension, containing close values. |
||
Gets or sets the index of the dimension, containing high values. |
||
Gets or sets the index of the dimension, containing low values. |
||
Gets or sets the index of the dimension, containing open values. |
Name | Description | |
---|---|---|
SeriesRenderer.Draw override. Draws the series data in specified RenderContext. |
||
Renderer2D.DrawHighlight override. Draws highlighted candlestick in specified RenderContext. |
||
Gets the brush that should be used to fill the representation of specified data item. |
||
Enumerates the candlesticks visible in current data range. |
||
Renderer2D.HitTest override. Hit-tests the bar representations of data items. |
||
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. |