Version

HorizontalTick Method

Generates the visual for a horizontal tick.
Syntax
'Declaration
 
Protected Friend Sub HorizontalTick( _
   ByVal geometry As GeometryCollection, _
   ByVal y As Double, _
   ByVal x1 As Double, _
   ByVal x2 As Double, _
   ByVal viewportRect As Rect, _
   ByVal renderingInfo As PathRenderingInfo _
) 
protected internal void HorizontalTick( 
   GeometryCollection geometry,
   double y,
   double x1,
   double x2,
   Rect viewportRect,
   PathRenderingInfo renderingInfo
)

Parameters

geometry
The geometry into which to generate the visual.
y
The y value for the line.
x1
The x1.
x2
The x2.
viewportRect
The viewport of the axis.
renderingInfo
The rendering info.
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