Click or drag to resize

CSTKSetErrorPlotParams Method

Set error bar plot parameters for the current profile.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetErrorPlotParams(
	int enabled,
	string error_channel,
	string elements_csv
)

public void SetErrorPlotParams(
	int enabled,
	string error_channel,
	string elements_csv
)

Parameters

enabled
Type: SystemInt32
Enable(1) or disable(0) error bar plot rendering.
error_channel
Type: SystemString
The name of the error channel.
elements_csv
Type: SystemString
A comma-separated list of integers pertaining to the array channel elementsto apply the error bar plot to. For example, supplying '1,2,7,10' will rendererror bar plots for the first, second, seventh and tenth array channel elementsof the source and error channels.
Remarks
Set parameters for the error bar plot that is associated with the current profile. See MSTK for detailed description of all function parameters
See Also