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 with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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(
	CMVIEW oMVIEW1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6,
	int i7,
	double d8,
	double d9,
	string str10,
	string str11
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
MVIEW object
d2
Type: SystemDouble
Plot origin X
d3
Type: SystemDouble
Plot origin Y
d4
Type: SystemDouble
Label Font size (mm)
d5
Type: SystemDouble
Symbol scale factor (data value/mm)
d6
Type: SystemDouble
Base value to remove before scaling
i7
Type: SystemInt32
Number of symbols
d8
Type: SystemDouble
Starting symbol data value (>= Base value)
d9
Type: SystemDouble
Data value increment (>0.0)
str10
Type: SystemString
Plot title
str11
Type: SystemString
Plot subtitle
See Also