Intersoft ClientUI Documentation
CreateTickMark Method



The style to apply.
Creates a tick mark and applies a style to it.
Syntax
Protected Function CreateTickMark( _
   ByVal style As Style _
) As Line
Dim instance As DisplayAxis
Dim style As Style
Dim value As Line
 
value = instance.CreateTickMark(style)
protected Line CreateTickMark( 
   Style style
)
protected:
Line^ CreateTickMark( 
   Style^ style
) 

Parameters

style
The style to apply.

Return Value

The newly created tick mark.
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

DisplayAxis Class
DisplayAxis Members

Send Feedback