AxisTitleStyle     Procedure (Sub)

Public Sub AxisTitleStyle(Optional Title$ = "", Optional Font$ = "", Optional FontColor As Long = -1, Optional Shift As Long = -1, Optional Show As Boolean = True)

Specify the style of the current axis title.

ParameterTypeDescription

Title$

String

Title

Font$

String

Font

FontColor

Long

Font color

Shift

Long

Shift the title towards or away from the axis

Show

Boolean

True to show the title, False to hide it."

Example

Call ecGraph1.AxisTitleStyle(title, font, fontcolor, shift, show) 


      Contents     Variables     Events     Properties     Functions     Subs

Copyright © 2007, Encore Consulting Pty Ltd