Version

VerticalStrip Method

Generates the visual for a vertical strip.
Syntax
'Declaration
 
Protected Sub VerticalStrip( _
   ByVal geometry As GeometryCollection, _
   ByVal x0 As Double, _
   ByVal x1 As Double, _
   ByVal viewportRect As Rect _
) 
protected void VerticalStrip( 
   GeometryCollection geometry,
   double x0,
   double x1,
   Rect viewportRect
)

Parameters

geometry
The geometry into which to generated the visual.
x0
The starting x value for the strip.
x1
The ending x value for the strip.
viewportRect
The viewport of the axis.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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