Click or drag to resize

CEDB.GetProfileXAxisOptions Method

Get profile X-axis options

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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: System.Int32
Auto rescale X-axis
lines
Type: System.Int32
render vertical grid lines
interval
Type: System.Double
vertical lines interval
See Also