CreateBandPolygons Method
Creates the band polygons given two SciChart.Data.Model.IPointSeries inputs
Syntax
protected virtual IList<BandSeriesDrawingProvider.Polygon> CreateBandPolygons( IRenderContext2D renderContext, IRenderPassData renderPassData, Values<double> xValues, Values<double> yValues, Values<double> y1Values, IBrush2D yBrush, IBrush2D y1Brush )
Parameters
- renderContext
- The render context.
- renderPassData
- The render pass data.
- xValues
- The X values.
- yValues
- The Y values.
- y1Values
- The Y1 values.
- yBrush
- The y brush.
- y1Brush
- The y1 brush.
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