The RenderContext for drawing to the viewport.
The PointSeries contains resampled and viewport-truncated data for drawing.
The X coordinate for the right side of the current candle.
The X coordinate for the left side of the current candle.
DrawHistogram(IRenderContext2D,OhlcSeriesPoint,Int32,Int32) Method
Draws a histogram for the current candle.
Syntax
protected override void DrawHistogram( 
   IRenderContext2D renderContext,
   OhlcSeriesPoint ohlcPoint,
   ref int xRight,
   ref int xLeft
)

Parameters

renderContext
The RenderContext for drawing to the viewport.
ohlcPoint
The PointSeries contains resampled and viewport-truncated data for drawing.
xRight
The X coordinate for the right side of the current candle.
xLeft
The X coordinate for the left side of the current candle.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also