GraphTitleStyle     Procedure (Sub)

Public Sub GraphTitleStyle(Optional Title$ = "", Optional Font$ = "", Optional FontColor As Long = -1, Optional HorizShift As Integer = 0, Optional VerticalShift As Long = 0, Optional Show As Boolean = True)

Specify the Graph title style

ParameterTypeDescription

Title$

String

Title

Font$

String

Font for Graph title text, eg "Font=Arial|10|bold|italic"

FontColor

Long

Color of the Graph title text

HorizShift

Integer

Shift the Graph title left or right, in millimetres

VerticalShift

Long

Shift the Graph title up or down, in millimetres

Show

Boolean

False to hide the Graph title

Example

Call ecGraph1.GraphTitleStyle(title, font, fontcolor, horizshift, verticalshift, show) 


      Contents     Variables     Events     Properties     Functions     Subs

Copyright © 2007, Encore Consulting Pty Ltd