DrawCandlesBatch Method
Syntax
void DrawCandlesBatch( 
   XohlcCandleVertex[] points,
   int count,
   float width,
   IPen2D penHigh,
   IPen2D penLow,
   IBrush2D brushHigh,
   IBrush2D brushLow,
   SCRTVertexTransform vertexTransform
)

Parameters

points
count
width
penHigh
penLow
brushHigh
brushLow
vertexTransform
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