Xceed Chart for WinForms v4.4 Documentation
CalcVerticalGridLine Method


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > VerticalWall Class : CalcVerticalGridLine Method
This member is reserved for internal use and is not intended to be used directly from your code.
Syntax
'Declaration
 
Protected Function CalcVerticalGridLine( _

   ByRef w As WallsRenderInfo, _

   ByRef b As Vector, _

   ByRef e As Vector, _

   ByVal fCoord As Single _

) As Boolean
'Usage
 
Dim instance As VerticalWall

Dim w As WallsRenderInfo

Dim b As Vector

Dim e As Vector

Dim fCoord As Single

Dim value As Boolean

 

value = instance.CalcVerticalGridLine(w, b, e, fCoord)
protected bool CalcVerticalGridLine( 

   ref WallsRenderInfo w,

   ref Vector b,

   ref Vector e,

   float fCoord

)

Parameters

w
b
e
fCoord
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

Reference

VerticalWall Class
VerticalWall Members