Click or drag to resize
CCHIMERAStringClassifiedScatterPlot Method
Plot a scatter plot using symbols based on a symbol class file. Optional data masking with masking color. Optional database linking.

Available since Oasis montaj version: 8.0.1
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Plot a scatter plot using symbols based on a symbol class file.
Syntax
public static void StringClassifiedScatterPlot(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	string title,
	double x1,
	double y1,
	double width,
	double height,
	CVV x_vv,
	CVV y_vv,
	CVV m_vv,
	int mask_col,
	CVV class_vv,
	string class_file,
	double symbol_size_override,
	CDB db,
	CVV line_vv,
	CVV fid_vv,
	int annotn,
	string x_chan,
	string y_chan,
	string x_units,
	string y_units,
	double x_min,
	double x_max,
	double y_min,
	double y_max,
	int x_lin,
	int y_lin,
	string overlay
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
mview
Type: GeoEngine.Core.GXNetXCMVIEW
View
title
Type: SystemString
Title
x1
Type: SystemDouble
X location (bottom left corner of box)
y1
Type: SystemDouble
Y location
width
Type: SystemDouble
Box width
height
Type: SystemDouble
Box height
x_vv
Type: GeoEngine.Core.GXNetXCVV
Horizontal channel data
y_vv
Type: GeoEngine.Core.GXNetXCVV
Vertical channel data
m_vv
Type: GeoEngine.Core.GXNetXCVV
Mask channel data
mask_col
Type: SystemInt32
Mask color; overrides symbol color. Pass an empty string to iColor_MVIEW for no plot.
class_vv
Type: GeoEngine.Core.GXNetXCVV
Class channel data
class_file
Type: SystemString
Class file (TPAT) name.
symbol_size_override
Type: SystemDouble
Symbol size override. Set to 0.0 to use class file symbol sizes.
db
Type: GeoEngine.Core.GXNetXCDB
Database (source of data)
line_vv
Type: GeoEngine.Core.GXNetXCVV
Line handles for data
fid_vv
Type: GeoEngine.Core.GXNetXCVV
Fid values for data
annotn
Type: SystemInt32
Annotation style 0 - outside, 1 - inside
x_chan
Type: SystemString
Horizontal channel name
y_chan
Type: SystemString
Vertical channel name
x_units
Type: SystemString
Horizontal channel units
y_units
Type: SystemString
Vertical channel units
x_min
Type: SystemDouble
Min. Horizontal value, <define>rDUMMY</define> for default
x_max
Type: SystemDouble
Max. Horizontal value
y_min
Type: SystemDouble
Min. Vertical value
y_max
Type: SystemDouble
Max. Vertical value
x_lin
Type: SystemInt32
Horizontal axis scaling: 0 - linear, 1 - log
y_lin
Type: SystemInt32
Vertical axis scaling
overlay
Type: SystemString
Plot overlay ("" for none)
See Also