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.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The view scaling is not altered with any projection. The base view is best as the input.
Syntax
public static void Scatter2(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	string title,
	double x1,
	double y1,
	double width,
	double height,
	CVV horz_vv,
	CVV vert_vv,
	string sym_font,
	CVV sym_num_vv,
	CVV sym_siz_vv,
	CVV sym_col_vv,
	int annot_style,
	string h_chan,
	string v_chan,
	string h_units,
	string v_units,
	double h_min,
	double h_max,
	double v_min,
	double v_max,
	double hr_min,
	double hr_max,
	double vr_min,
	double vr_max,
	int use_hr_min,
	int use_hr_max,
	int use_vr_min,
	int use_vr_max,
	int h_scaling,
	int v_scaling
)

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
horz_vv
Type: GeoEngine.Core.GXNetXCVV
Horizontal channel
vert_vv
Type: GeoEngine.Core.GXNetXCVV
Vertical channel
sym_font
Type: SystemString
Decorated font name, "" for default symbol font (normally symbols.gfn)
sym_num_vv
Type: GeoEngine.Core.GXNetXCVV
Symbol numbers
sym_siz_vv
Type: GeoEngine.Core.GXNetXCVV
Symbol sizes
sym_col_vv
Type: GeoEngine.Core.GXNetXCVV
Colors if symbol number or Color == 0, do not plot
annot_style
Type: SystemInt32
Annotation style 0 - outside, 1 - inside
h_chan
Type: SystemString
Horizontal channel name
v_chan
Type: SystemString
Vertical channel name
h_units
Type: SystemString
Horizontal channel units
v_units
Type: SystemString
Vertical channel units
h_min
Type: SystemDouble
Min. Horizontal value, <define>rDUMMY</define> for default
h_max
Type: SystemDouble
Max. Horizontal value
v_min
Type: SystemDouble
Min. Vertical value
v_max
Type: SystemDouble
Max. Vertical value
hr_min
Type: SystemDouble
Min. Horizontal range value
hr_max
Type: SystemDouble
Max. Horizontal range value
vr_min
Type: SystemDouble
Min. Vertical range value
vr_max
Type: SystemDouble
Max. Vertical range value
use_hr_min
Type: SystemInt32
Use Min Horz. Range selection?
use_hr_max
Type: SystemInt32
Use Max Horz. Range selection?
use_vr_min
Type: SystemInt32
Use Min Vert. Range selection?
use_vr_max
Type: SystemInt32
Use Max Vert. Range selection?
h_scaling
Type: SystemInt32
Horizontal axis scaling: 0 - linear, 1 - log
v_scaling
Type: SystemInt32
Vertical axis scaling: 0 - linear, 1 - log
See Also