AxisGridStyle     Procedure (Sub)

Public Sub AxisGridStyle(Optional MajorGridColor As Long = -1, Optional MinorGridColor As Long = -1, Optional MajorGridShow As Boolean = True, Optional MinorGridShow As Boolean = True)

Specify the style of the axis grid.

ParameterTypeDescription

MajorGridColor

Long

Major grid color

MinorGridColor

Long

Minor grid color

MajorGridShow

Boolean

True to show the major grid lines, False to hide them."

MinorGridShow

Boolean

True to show the minor grid lines, False to hide them."

Example

Call ecGraph1.AxisGridStyle(majorgridcolor, minorgridcolor, majorgridshow, minorgridshow) 


      Contents     Variables     Events     Properties     Functions     Subs

Copyright © 2007, Encore Consulting Pty Ltd