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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void ColorBarHorStyle(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	CITR itr,
	int decimal,
	double ann,
	double height,
	double width,
	double x,
	double y,
	int style,
	int label_orient
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
mview
Type: GeoEngine.Core.GXNetXCMVIEW
View
itr
Type: GeoEngine.Core.GXNetXCITR
Itr
decimal
Type: SystemInt32
Decimals
ann
Type: SystemDouble
Annotation size
height
Type: SystemDouble
Box height
width
Type: SystemDouble
Box width
x
Type: SystemDouble
X location (bottom left corner of color boxes)
y
Type: SystemDouble
Y location
style
Type: SystemInt32
<define>COLORBAR_STYLE</define>
label_orient
Type: SystemInt32
<define>COLORBAR_LABEL</define>
See Also