Click or drag to resize
CCHIMERAFixedSymbolScatterPlot Method
Plot a scatter plot using a single fixed symbol. 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 a single fixed symbol.
Syntax
public static void FixedSymbolScatterPlot(
	CMVIEW oMVIEW1,
	string str2,
	double d3,
	double d4,
	double d5,
	double d6,
	CVV oVV7,
	CVV oVV8,
	CVV oVV9,
	int i10,
	string str11,
	int i12,
	double d13,
	double d14,
	int i15,
	int i16,
	CDB oDB17,
	CVV oVV18,
	CVV oVV19,
	int i20,
	string str21,
	string str22,
	string str23,
	string str24,
	double d25,
	double d26,
	double d27,
	double d28,
	int i29,
	int i30,
	string str31
)

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.
str11
Type: SystemString
decorated font name, "" for default symbol font (normally symbols.gfn)
i12
Type: SystemInt32
Symbol number (>=0)
d13
Type: SystemDouble
Symbol size ( >=0)
d14
Type: SystemDouble
Symbol angle (-360 to 360)
i15
Type: SystemInt32
Symbol colour
i16
Type: SystemInt32
Symbol fill colour
oDB17
Type: GeoEngine.Core.GXNetCDB
Database (source of data)
oVV18
Type: GeoEngine.Core.GXNetCVV
Line handles for data
oVV19
Type: GeoEngine.Core.GXNetCVV
Fid values for data
i20
Type: SystemInt32
Annotation style 0 - outside, 1 - inside
str21
Type: SystemString
Horizontal channel name
str22
Type: SystemString
Vertical channel name
str23
Type: SystemString
Horizontal channel units
str24
Type: SystemString
Vertical channel units
d25
Type: SystemDouble
Min. Horizontal value, rDUMMY for default
d26
Type: SystemDouble
Max. Horizontal value
d27
Type: SystemDouble
Min. Vertical value
d28
Type: SystemDouble
Max. Vertical value
i29
Type: SystemInt32
horizontal axis scaling: 0 - linear, 1 - log
i30
Type: SystemInt32
vertical axis scaling
str31
Type: SystemString
plot overlay ("" for none)
See Also