Specifies the precision of the text displayed on the grid lines of a section cut.
Syntax |
*GridTextPrecision(precision) |
|
Argument |
Name |
Description |
precision |
The precision value used to display the text on the grid lines. Note - The default value is 2.0. |
|
Example |
*BeginSectionCut() *GridTextPrecision(2.0) *EndSectionCut() |
|
Application |
HyperView. |
|
Context |
||
Comments |
A *GridTextPrecision() command may be placed inside a *BeginSectionCut() block to capture the precision of the text displayed on the grid lines for a given section cut. |
|
See also |
|
|
|