Click or drag to resize
CCHIMERAZoneColouredScatterPlot Method
Plot a scatter plot using colours based on a zone 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 colours based on a zone file.
Syntax
public static void ZoneColouredScatterPlot(
	CMVIEW oMVIEW1,
	string str2,
	double d3,
	double d4,
	double d5,
	double d6,
	CVV oVV7,
	CVV oVV8,
	CVV oVV9,
	int i10,
	CVV oVV11,
	string str12,
	string str13,
	int i14,
	double d15,
	double d16,
	int i17,
	int i18,
	int i19,
	CDB oDB20,
	CVV oVV21,
	CVV oVV22,
	int i23,
	string str24,
	string str25,
	string str26,
	string str27,
	double d28,
	double d29,
	double d30,
	double d31,
	int i32,
	int i33,
	string str34
)

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 (can be NULL)
i10
Type: SystemInt32
Mask colour; overrides symbol colour where mask data is not dummy. Set to iColor_MVIEW("") to not plot.
oVV11
Type: GeoEngine.Core.GXNetCVV
Zone channel data
str12
Type: SystemString
Zone file name
str13
Type: SystemString
decorated font name, "" for default symbol font (normally symbols.gfn)
i14
Type: SystemInt32
Symbol number (>=0)
d15
Type: SystemDouble
Symbol size ( >=0)
d16
Type: SystemDouble
Symbol angle (-360 to 360)
i17
Type: SystemInt32
Symbol colour
i18
Type: SystemInt32
Symbol fill colour
i19
Type: SystemInt32
Fix symbol edge colour?
oDB20
Type: GeoEngine.Core.GXNetCDB
Database (source of data)
oVV21
Type: GeoEngine.Core.GXNetCVV
Line handles for data
oVV22
Type: GeoEngine.Core.GXNetCVV
Fid values for data
i23
Type: SystemInt32
Annotation style 0 - outside, 1 - inside
str24
Type: SystemString
Horizontal channel name
str25
Type: SystemString
Vertical channel name
str26
Type: SystemString
Horizontal channel units
str27
Type: SystemString
Vertical channel units
d28
Type: SystemDouble
Min. Horizontal value, rDUMMY for default
d29
Type: SystemDouble
Max. Horizontal value
d30
Type: SystemDouble
Min. Vertical value
d31
Type: SystemDouble
Max. Vertical value
i32
Type: SystemInt32
horizontal axis scaling: 0 - linear, 1 - log
i33
Type: SystemInt32
vertical axis scaling
str34
Type: SystemString
plot overlay ("" for none)
See Also