AxisTickStyle     Procedure (Sub)

Public Sub AxisTickStyle(Optional Thickness As Integer = -1, Optional Length As Single = -1, Optional Inside As Boolean = True, Optional Outside As Boolean = False, Optional BothEnds As Boolean = True)

Specify the style of the axis tick marks.

ParameterTypeDescription

Thickness

Integer

Line thickness for tick marks."

Length

Single

Line length for tick marks, in millimetres."

Inside

Boolean

True to print the tick marks inside the axis."

Outside

Boolean

True to print the tick marks outside the axis."

BothEnds

Boolean

True to print the tick marks at both ends of the axis."

Example

Call ecGraph1.AxisTickStyle(thickness, length, inside, outside, bothends) 


      Contents     Variables     Events     Properties     Functions     Subs

Copyright © 2007, Encore Consulting Pty Ltd