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

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Plot a scatter plot using symbols based on a symbol class file.
Syntax
public static void StringClassifiedScatterPlot(
	CMVIEW oMVIEW1,
	string str2,
	double d3,
	double d4,
	double d5,
	double d6,
	CVV oVV7,
	CVV oVV8,
	CVV oVV9,
	int i10,
	CVV oVV11,
	string str12,
	double d13,
	CDB oDB14,
	CVV oVV15,
	CVV oVV16,
	int i17,
	string str18,
	string str19,
	string str20,
	string str21,
	double d22,
	double d23,
	double d24,
	double d25,
	int i26,
	int i27,
	string str28
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
str2
Type: SystemString
Title
d3
Type: SystemDouble
X location (bottom left corner of box)
d4
Type: SystemDouble
Y location
d5
Type: SystemDouble
box width
d6
Type: SystemDouble
box height
oVV7
Type: GeoEngine.Core.GXNetCVV
Horizontal channel data
oVV8
Type: GeoEngine.Core.GXNetCVV
Vertical channel data
oVV9
Type: GeoEngine.Core.GXNetCVV
Mask channel data
i10
Type: SystemInt32
Mask colour; overrides symbol colour. Set to iColor_MVIEW("") to not plot.
oVV11
Type: GeoEngine.Core.GXNetCVV
Class channel data
str12
Type: SystemString
Class file (TPAT) name.
d13
Type: SystemDouble
Symbol size override. Set to 0.0 to use class file symbol sizes.
oDB14
Type: GeoEngine.Core.GXNetCDB
Database (source of data)
oVV15
Type: GeoEngine.Core.GXNetCVV
Line handles for data
oVV16
Type: GeoEngine.Core.GXNetCVV
Fid values for data
i17
Type: SystemInt32
Annotation style 0 - outside, 1 - inside
str18
Type: SystemString
Horizontal channel name
str19
Type: SystemString
Vertical channel name
str20
Type: SystemString
Horizontal channel units
str21
Type: SystemString
Vertical channel units
d22
Type: SystemDouble
Min. Horizontal value, rDUMMY for default
d23
Type: SystemDouble
Max. Horizontal value
d24
Type: SystemDouble
Min. Vertical value
d25
Type: SystemDouble
Max. Vertical value
i26
Type: SystemInt32
horizontal axis scaling: 0 - linear, 1 - log
i27
Type: SystemInt32
vertical axis scaling
str28
Type: SystemString
plot overlay ("" for none)
See Also