Click or drag to resize
CCHIMERAZoneColouredScatterPlot Method
Plot a scatter plot using colors based on a zone 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 colors based on a zone file.
Syntax
public static void ZoneColouredScatterPlot(
	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 zone_data_vv,
	string zone_file,
	string symbol_font,
	int symbol_number,
	double symbol_size,
	double symbol_angle,
	int symbol_color,
	int symbol_fill,
	int fix_edge_color,
	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 (can be NULL)
mask_col
Type: SystemInt32
Mask color; overrides symbol color where mask data is not dummy. Pass an empty string to iColor_MVIEW for no plot.
zone_data_vv
Type: GeoEngine.Core.GXNetXCVV
Zone channel data
zone_file
Type: SystemString
Zone file name
symbol_font
Type: SystemString
Decorated font name, "" for default symbol font (normally symbols.gfn)
symbol_number
Type: SystemInt32
Symbol number (>=0)
symbol_size
Type: SystemDouble
Symbol size ( >=0)
symbol_angle
Type: SystemDouble
Symbol angle (-360 to 360)
symbol_color
Type: SystemInt32
Symbol color
symbol_fill
Type: SystemInt32
Symbol fill color
fix_edge_color
Type: SystemInt32
Fix symbol edge color?
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