Click or drag to resize

CMVUScatter Method

Note: This API is now obsolete.

Plot the scatter plot on a map.

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 Scatter(
	CGXNETCore gxNetShared,
	CMVIEW view,
	string title,
	double x_loc,
	double y_loc,
	double box_width,
	double box_height,
	CVV horiz_chan_vv,
	CVV vert_chan_vv,
	CVV mask_chan,
	string horiz_chan_name,
	string vert_chan_name,
	string mask_chan_name,
	string horiz_chan_units,
	string vert_chan_units,
	double min_horiz_val,
	double max_horiz_val,
	double min_vert_val,
	double max_vert_val,
	double min_horiz_range,
	double max_horiz_range,
	double min_vert_range,
	double max_vert_range,
	int use_min_horiz_sel,
	int use_max_horiz_sel,
	int use_min_vert_sel,
	int use_max_vert_sel,
	int use_linear_horiz_axis_scaling,
	int use_linear_vert_axis_scaling,
	int symbol_size
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public static void Scatter(
	CGXNETCore gxNetShared,
	CMVIEW view,
	string title,
	double x_loc,
	double y_loc,
	double box_width,
	double box_height,
	CVV horiz_chan_vv,
	CVV vert_chan_vv,
	CVV mask_chan,
	string horiz_chan_name,
	string vert_chan_name,
	string mask_chan_name,
	string horiz_chan_units,
	string vert_chan_units,
	double min_horiz_val,
	double max_horiz_val,
	double min_vert_val,
	double max_vert_val,
	double min_horiz_range,
	double max_horiz_range,
	double min_vert_range,
	double max_vert_range,
	int use_min_horiz_sel,
	int use_max_horiz_sel,
	int use_min_vert_sel,
	int use_max_vert_sel,
	int use_linear_horiz_axis_scaling,
	int use_linear_vert_axis_scaling,
	int symbol_size
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
view
Type: GeoEngine.Core.GXNetXCMVIEW
View
title
Type: SystemString
Title
x_loc
Type: SystemDouble
X location (bottom left corner of color boxes)
y_loc
Type: SystemDouble
Y location
box_width
Type: SystemDouble
Box width
box_height
Type: SystemDouble
Box height
horiz_chan_vv
Type: GeoEngine.Core.GXNetXCVV
Horizontal channel
vert_chan_vv
Type: GeoEngine.Core.GXNetXCVV
Vertical channel
mask_chan
Type: GeoEngine.Core.GXNetXCVV
Mask channel
horiz_chan_name
Type: SystemString
Horizontal channel name
vert_chan_name
Type: SystemString
Vertical channel name
mask_chan_name
Type: SystemString
Mask channel name
horiz_chan_units
Type: SystemString
Horizontal channel units
vert_chan_units
Type: SystemString
Vertical channel units
min_horiz_val
Type: SystemDouble
Min. Horizontal value
max_horiz_val
Type: SystemDouble
Max. Horizontal value
min_vert_val
Type: SystemDouble
Min. Vertical value
max_vert_val
Type: SystemDouble
Max. Vertical value
min_horiz_range
Type: SystemDouble
Min. Horizontal range value
max_horiz_range
Type: SystemDouble
Max. Horizontal range value
min_vert_range
Type: SystemDouble
Min. Vertical range value
max_vert_range
Type: SystemDouble
Max. Vertical range value
use_min_horiz_sel
Type: SystemInt32
Use Min Horz. Range selection?
use_max_horiz_sel
Type: SystemInt32
Use Max Horz. Range selection?
use_min_vert_sel
Type: SystemInt32
Use Min Vert. Range selection?
use_max_vert_sel
Type: SystemInt32
Use Max Vert. Range selection?
use_linear_horiz_axis_scaling
Type: SystemInt32
Use linear horizontal axis scaling?
use_linear_vert_axis_scaling
Type: SystemInt32
Use linear vertical axis scaling?
symbol_size
Type: SystemInt32
Symbol size (0: small, 1: medium, 2: large)
See Also