AxisStyle     Procedure (Sub)

Public Sub AxisStyle(Optional LineColor As Long = -1, Optional LineThickness As Integer = -1, Optional LogScale As Boolean = False, Optional Reverse As Boolean = False, Optional FarSide As Boolean = False)

Specify the style of the currently-selected axis.

ParameterTypeDescription

LineColor

Long

Line color

LineThickness

Integer

Line thickness

LogScale

Boolean

True to print the current axis as a log scale

Reverse

Boolean

Reverse

FarSide

Boolean

True to print the current axis on the opposite side (top or right)

Example

Call ecGraph1.AxisStyle(linecolor, linethickness, logscale, reverse, farside) 


      Contents     Variables     Events     Properties     Functions     Subs

Copyright © 2007, Encore Consulting Pty Ltd