Click or drag to resize
CMVUCSymbLegend Method
Plot a legend for the classified color symbols.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
If the symbol size, color, font etc are specified in the ITR's REG, then the Symbol scale factor is used allow the user to adjust the symbol sizes. They will be plotted at a size equal to the size in the REG times the scale factor. If no symbol size info can be found in the REG, then the symbol size is set equal to the Label Font Size. If no symbol font or number info is included in the REG, it is the programmer's responsibility to select the correct font and symbol before CSymbLegend is called. The same is true of the edge color.
Syntax
public static void CSymbLegend(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	double x1,
	double y1,
	double font_size,
	double symb_scale,
	string file,
	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
file
Type: SystemString
AGG, ITR or ZON file name
title
Type: SystemString
Plot title
sub_title
Type: SystemString
Plot subtitle
See Also