Click or drag to resize
CSTKSetAxisFormat Method
Set axis number display format.

Available since Oasis montaj version: 5.1.5
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
By default, <define>DB_CHAN_FORMAT_NORMAL</define> is used to display the values, or for values > 1.e7, <define>DB_CHAN_FORMAT_EXP</define>.
Syntax
public void SetAxisFormat(
	int format,
	int xy
)

Parameters

format
Type: SystemInt32
<define>DB_CHAN_FORMAT</define>
xy
Type: SystemInt32
<define>STK_AXIS</define>
See Also