 | 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
Syntaxpublic void SetErrorPlotParams(
int enabled,
string error_channel,
string elements_csv
)
public void SetErrorPlotParams(
int enabled,
string error_channel,
string elements_csv
)
Public Sub SetErrorPlotParams (
enabled As Integer,
error_channel As String,
elements_csv As String
)
Public Sub SetErrorPlotParams (
enabled As Integer,
error_channel As String,
elements_csv As String
)
public:
void SetErrorPlotParams(
int enabled,
String^ error_channel,
String^ elements_csv
)
public:
void SetErrorPlotParams(
int enabled,
String^ error_channel,
String^ elements_csv
)
member SetErrorPlotParams :
enabled : int *
error_channel : string *
elements_csv : string -> unit
member SetErrorPlotParams :
enabled : int *
error_channel : string *
elements_csv : string -> unit
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