Click or drag to resize

CMSTKSetYAxisDirection Method

Set the Y-axis direction - normal or inverted

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetYAxisDirection(
	int direction
)

public void SetYAxisDirection(
	int direction
)

Parameters

direction
Type: SystemInt32
Y-axis direction: 0 - normal, 1 - inverted
See Also