Click or drag to resize
CCHIMERAScatter2 Method
Plot the scatter plot on a map using symbol number, size and color VVs.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The view scaling is not altered with any projection. The base view is best as the input.
Syntax
public static void Scatter2(
	CMVIEW oMVIEW1,
	string str2,
	double d3,
	double d4,
	double d5,
	double d6,
	CVV oVV7,
	CVV oVV8,
	string str9,
	CVV oVV10,
	CVV oVV11,
	CVV oVV12,
	int i13,
	string str14,
	string str15,
	string str16,
	string str17,
	double d18,
	double d19,
	double d20,
	double d21,
	double d22,
	double d23,
	double d24,
	double d25,
	int i26,
	int i27,
	int i28,
	int i29,
	int i30,
	int i31
)

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
oVV8
Type: GeoEngine.Core.GXNetCVV
Vertical channel
str9
Type: SystemString
decorated font name, "" for default symbol font (normally symbols.gfn)
oVV10
Type: GeoEngine.Core.GXNetCVV
Symbol numbers
oVV11
Type: GeoEngine.Core.GXNetCVV
Symbol sizes
oVV12
Type: GeoEngine.Core.GXNetCVV
Colours if symbol number or colour == 0, do not plot
i13
Type: SystemInt32
Annotation style 0 - outside, 1 - inside
str14
Type: SystemString
Horizontal channel name
str15
Type: SystemString
Vertical channel name
str16
Type: SystemString
Horizontal channel units
str17
Type: SystemString
Vertical channel units
d18
Type: SystemDouble
Min. Horizontal value, rDUMMY for default
d19
Type: SystemDouble
Max. Horizontal value
d20
Type: SystemDouble
Min. Vertical value
d21
Type: SystemDouble
Max. Vertical value
d22
Type: SystemDouble
Min. Horizontal range value
d23
Type: SystemDouble
Max. Horizontal range value
d24
Type: SystemDouble
Min. Vertical range value
d25
Type: SystemDouble
Max. Vertical range value
i26
Type: SystemInt32
Use Min Horz. Range selection?
i27
Type: SystemInt32
Use Max Horz. Range selection?
i28
Type: SystemInt32
Use Min Vert. Range selection?
i29
Type: SystemInt32
Use Max Vert. Range selection?
i30
Type: SystemInt32
horizontal axis scaling: 0 - linear, 1 - log
i31
Type: SystemInt32
vertical axis scaling
See Also