Click or drag to resize

CEDBGetProfileXAxisOptions Method

Get profile X-axis options

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetProfileXAxisOptions(
	ref int rescale_x,
	ref int lines,
	ref double interval
)

public void GetProfileXAxisOptions(
	ref int rescale_x,
	ref int lines,
	ref double interval
)

Parameters

rescale_x
Type: SystemInt32
Auto rescale X-axis
lines
Type: SystemInt32
render vertical grid lines
interval
Type: SystemDouble
vertical lines interval
See Also