The SciChart.Charting2D.Interop.XyyBandVertex array containing data to draw.
The number of points to draw.
The pen to draw the Y0 line.
The brush used to fill the area when Y0 > Y1.
If set to true draw a digital line/mountain.
The optional per-vertex transform to apply to each point during rendering. Null means identity matrix.
The optional colors to apply to each point during rendering. Null means default colors.
DrawMountainBatch Method
Draws a mountain or area between Y0 and Y1 in the SciChart.Charting2D.Interop.XyyBandVertex array, as a single batched draw call.
Syntax

Parameters

points
The SciChart.Charting2D.Interop.XyyBandVertex array containing data to draw.
count
The number of points to draw.
pen
The pen to draw the Y0 line.
brush
The brush used to fill the area when Y0 > Y1.
isDigital
If set to true draw a digital line/mountain.
vertexTransform
The optional per-vertex transform to apply to each point during rendering. Null means identity matrix.
palette
The optional colors to apply to each point during rendering. Null means default colors.
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