Click or drag to resize
CMVUColorBarHorStyle Method
Create a Horizontal Color Bar in view with style options

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void ColorBarHorStyle(
	CMVIEW oMVIEW1,
	CITR oITR2,
	int i3,
	double d4,
	double d5,
	double d6,
	double d7,
	double d8,
	int i9,
	int i10
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
oITR2
Type: GeoEngine.Core.GXNetCITR
Itr
i3
Type: SystemInt32
decimals
d4
Type: SystemDouble
annotation size
d5
Type: SystemDouble
box height
d6
Type: SystemDouble
box width
d7
Type: SystemDouble
X location (bottom left corner of colour boxes)
d8
Type: SystemDouble
Y location
i9
Type: SystemInt32
See COLORBAR_STYLEConstant
i10
Type: SystemInt32
See COLORBAR_LABELConstant
See Also