zAxisStyle     Procedure (Sub)

Public Sub zAxisStyle(LineColor As Long, Title$, Values$, TitleColor As Long, ValuesColor As Long, Optional TitleFont$ = "", Optional ValuesFont$ = "", Optional ValuesFormat$)

Sets the style for the z-axis.

ParameterTypeDescription

LineColor

Long

Color value of axis lines

Title$

String

The title to be printed along the axis

Values$

String

An optional list of custom values to be printed along the axis (eg. see Demo 9). Leave blank to use default values.

TitleColor

Long

Color value of axis title

ValuesColor

Long

Color value of axis values

TitleFont$

String

Text font for axis title, eg "Arial|10|bold|italic" (eg. see Demo 9). Leave blank for default.

ValuesFont$

String

Text font for axis values. Leave blank for default.

ValuesFormat$

String

Format for axis values, eg "0.00" or "hh:mm" (eg. see Demo 9). Leave blank for default.

See Also..

xAxisStyle   yAxisStyle  

Example..

Call .xAxisStyle(ecGray, "Time", "0,0.1,0.2,0.3,0.4,0.5", ecGray, ecGray, "10", "", "hh:mm")
Call .yAxisStyle(ecGray, "Distance", "", ecGray, ecGray, "", "")
 


     
Contents     Variables     Events     Properties     Functions     Subs

ecGraph3D    Copyright © 2008, Encore Consulting Pty Ltd