Click or drag to resize

CGUIGridStatHist Method (CGXNETCore, String)

Display Histogram of grid

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void GridStatHist(
	CGXNETCore gxNetShared,
	string grid_name
)

public static void GridStatHist(
	CGXNETCore gxNetShared,
	string grid_name
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
grid_name
Type: SystemString
Name of the grid to get stats from
See Also