Click or drag to resize

CMVUScatter2 Method

Note: This API is now obsolete.

Plot the scatter plot on a map using symbol number, size and color VVs.

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

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

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 box)
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: SystemString
Decorated font name, "" for default symbol font (normally symbols.gfn)
p10
Type: GeoEngine.Core.GXNetXCVV
Symbol numbers
p11
Type: GeoEngine.Core.GXNetXCVV
Symbol sizes
p12
Type: GeoEngine.Core.GXNetXCVV
Colors if symbol number or color == 0, do not plot
p13
Type: SystemInt32
Annotation style 0 - outside, 1 - inside
p14
Type: SystemString
Horizontal channel name
p15
Type: SystemString
Vertical channel name
p16
Type: SystemString
Horizontal channel units
p17
Type: SystemString
Vertical channel units
p18
Type: SystemDouble
Min. Horizontal value, <define>rDUMMY</define> for default
p19
Type: SystemDouble
Max. Horizontal value
p20
Type: SystemDouble
Min. Vertical value
p21
Type: SystemDouble
Max. Vertical value
p22
Type: SystemDouble
Min. Horizontal range value
p23
Type: SystemDouble
Max. Horizontal range value
p24
Type: SystemDouble
Min. Vertical range value
p25
Type: SystemDouble
Max. Vertical range value
p26
Type: SystemInt32
Use Min Horz. Range selection?
p27
Type: SystemInt32
Use Max Horz. Range selection?
p28
Type: SystemInt32
Use Min Vert. Range selection?
p29
Type: SystemInt32
Use Max Vert. Range selection?
p30
Type: SystemInt32
Horizontal axis scaling: 0 - linear, 1 - log
p31
Type: SystemInt32
Vertical axis scaling
See Also