grid:set-display-method
List of: Scheme Extensions
Subjects: Grids
Contents: Graphic Interaction

Action: Sets the grid display method.

Filename: gi/gi_scm/grid_scm.cxx

APIs: api_gi_set_grid_display_method

Syntax: (grid:set-display-method method=dots)

Arg Types: method string

Returns: unspecified

Description: method specifies the type of grid display. The grid immediately changes to the selected method. method values are "." for dots (the default) and "-" for dashed lines.

Example: ; grid:set-display-method

; Set the grid display method to dots.

(grid:set-display-method ".")

;; ()

; Set the grid display method to dashes.

(grid:set-display-method "-")

;; ()
PDF/GI/02SCG.PDF
HTM/DATA/GI/GI/02SCG/0009.HTM