Click or drag to resize

CCHIMERAScatter Method

Note: This API is now obsolete.

Plot the scatter plot on a map.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public static void Scatter(
	CGXNETCore gxNetShared,
	CMVIEW p1,
	string p2,
	double p3,
	double p4,
	double p5,
	double p6,
	CVV p7,
	CVV p8,
	CVV p9,
	string p10,
	string p11,
	string p12,
	string p13,
	string p14,
	double p15,
	double p16,
	double p17,
	double p18,
	double p19,
	double p20,
	double p21,
	double p22,
	int p23,
	int p24,
	int p25,
	int p26,
	int p27,
	int p28,
	int p29
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public static void Scatter(
	CGXNETCore gxNetShared,
	CMVIEW p1,
	string p2,
	double p3,
	double p4,
	double p5,
	double p6,
	CVV p7,
	CVV p8,
	CVV p9,
	string p10,
	string p11,
	string p12,
	string p13,
	string p14,
	double p15,
	double p16,
	double p17,
	double p18,
	double p19,
	double p20,
	double p21,
	double p22,
	int p23,
	int p24,
	int p25,
	int p26,
	int p27,
	int p28,
	int p29
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
p1
Type: GeoEngine.Core.GXNetXCMVIEW
View
p2
Type: SystemString
Title
p3
Type: SystemDouble
X location (bottom left corner of color boxes)
p4
Type: SystemDouble
Y location
p5
Type: SystemDouble
Box width
p6
Type: SystemDouble
Box height
p7
Type: GeoEngine.Core.GXNetXCVV
Horizontal channel
p8
Type: GeoEngine.Core.GXNetXCVV
Vertical channel
p9
Type: GeoEngine.Core.GXNetXCVV
Mask channel
p10
Type: SystemString
Horizontal channel name
p11
Type: SystemString
Vertical channel name
p12
Type: SystemString
Mask channel name
p13
Type: SystemString
Horizontal channel units
p14
Type: SystemString
Vertical channel units
p15
Type: SystemDouble
Min. Horizontal value
p16
Type: SystemDouble
Max. Horizontal value
p17
Type: SystemDouble
Min. Vertical value
p18
Type: SystemDouble
Max. Vertical value
p19
Type: SystemDouble
Min. Horizontal range value
p20
Type: SystemDouble
Max. Horizontal range value
p21
Type: SystemDouble
Min. Vertical range value
p22
Type: SystemDouble
Max. Vertical range value
p23
Type: SystemInt32
Use Min Horz. Range selection?
p24
Type: SystemInt32
Use Max Horz. Range selection?
p25
Type: SystemInt32
Use Min Vert. Range selection?
p26
Type: SystemInt32
Use Max Vert. Range selection?
p27
Type: SystemInt32
Use linear horizontal axis scaling?
p28
Type: SystemInt32
Use linear vertical axis scaling?
p29
Type: SystemInt32
Symbol size (0: small, 1: medium, 2: large)
Remarks
The view scaling is not altered with any projection. The base view is best as the input.
See Also