Click or drag to resize
CMVUPropSymbLegend Method
Draw a legend for proportional symbols.

Available since Oasis montaj version: 5.0.8
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
All symbol attributes, except for the size, are assumed to be defined (or defaults are used). Spacing is based on the maximum of the largest plotted symbol and the font size.
Syntax
public static void PropSymbLegend(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	double x1,
	double y1,
	double font_size,
	double symb_scale,
	double base,
	int n_symb,
	double start,
	double increment,
	string title,
	string sub_title
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
mview
Type: GeoEngine.Core.GXNetXCMVIEW
MVIEW object
x1
Type: SystemDouble
Plot origin X
y1
Type: SystemDouble
Plot origin Y
font_size
Type: SystemDouble
Label Font size (mm)
symb_scale
Type: SystemDouble
Symbol scale factor (data value/mm)
base
Type: SystemDouble
Base value to remove before scaling
n_symb
Type: SystemInt32
Number of symbols
start
Type: SystemDouble
Starting symbol data value (>= Base value)
increment
Type: SystemDouble
Data value increment (>0.0)
title
Type: SystemString
Plot title
sub_title
Type: SystemString
Plot subtitle
See Also