Click or drag to resize
CMVUColorBarHor Method
Create a horizontal color bar in view

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The sign of the annotation offset determines whether labels are plotted above or below the colorbar. Labels above are text-justified to the bottom of the text, and labels below are text-justified to the top of the text.
Syntax
public static void ColorBarHor(
	CMVIEW oMVIEW1,
	CITR oITR2,
	int i3,
	double d4,
	double d5,
	double d6,
	double d7,
	double d8,
	int i9
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
oITR2
Type: GeoEngine.Core.GXNetCITR
Itr
i3
Type: SystemInt32
decimals
d4
Type: SystemDouble
annotation offset from box in mm (negative for labels below).
d5
Type: SystemDouble
box width in mm
d6
Type: SystemDouble
box height in mm
d7
Type: SystemDouble
X location (bottom left corner of colour boxes) in mm
d8
Type: SystemDouble
Y location in mm
i9
Type: SystemInt32
See COLORBAR_LABELConstant
See Also