Gets and sets the control's chart grid. | |
Syntax: | Set CimGrid = object.Grid object.Grid = CimGrid |
Description: | CimGraphControl.Grid gives
you access to the control's chart grid. The grid is a series of
horizontal and/or vertical lines that help you determine
coordinates at particular chart locations. The value of this property defaults to a grid with its visibility set to False .Example The following CimView script excerpt sets the number of horizontal lines on the grid: cimOleObj.Grid.HorizontalCount =
5 |