GoDiagram Web Reference
GetTickEnds Method (GraduatedScaleLinear)

Calculates the two end points of a tick mark corresponding to the given value.
Syntax
'Declaration
 
Public Overrides Sub GetTickEnds( _
   ByVal v As Double, _
   ByVal isMajor As Boolean, _
   ByRef p1 As PointF, _
   ByRef p2 As PointF _
) 
public override void GetTickEnds( 
   double v,
   bool isMajor,
   out PointF p1,
   out PointF p2
)

Parameters

v
isMajor
p1
p2
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

GraduatedScaleLinear Class
GraduatedScaleLinear Members
Base Implementation in GetTickEnds

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback