The SciChart.Charting2D.Interop.XyyBandVertex array containing data to draw.
The number of points to draw.
The pen to draw the Y0 line.
The pen to draw the Y1 line.
The brush used to fill the band when Y0 > Y1.
The brush used to fill the band when Y0 < Y1.
If set to true draw a digital line/band.
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.
DrawBandsBatch Method
Draws two lines and a band polygon between the Y0 and Y1 points on each SciChart.Charting2D.Interop.XyyBandVertex, as a single batched call.
Syntax

Parameters

points
The SciChart.Charting2D.Interop.XyyBandVertex array containing data to draw.
count
The number of points to draw.
penA
The pen to draw the Y0 line.
penB
The pen to draw the Y1 line.
brushP
The brush used to fill the band when Y0 > Y1.
brushN
The brush used to fill the band when Y0 < Y1.
isDigital
If set to true draw a digital line/band.
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