Click or drag to resize
CMVUBarChart Method
Plot bar chart on a map.

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)
Syntax
public static void BarChart(
	CMVIEW oMVIEW1,
	string str2,
	CDB oDB3,
	int i4,
	string str5,
	string str6,
	string str7,
	double d8,
	string str9,
	double d10,
	string str11,
	double d12,
	double d13,
	int i14,
	int i15,
	int i16,
	int i17,
	int i18,
	int i19,
	int i20,
	double d21,
	double d22,
	double d23,
	double d24,
	double d25,
	double d26,
	double d27,
	double d28
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
str2
Type: SystemString
Group name
oDB3
Type: GeoEngine.Core.GXNetCDB
Database handle
i4
Type: SystemInt32
Line handle
str5
Type: SystemString
Horizontal (X) axis' channel name
str6
Type: SystemString
List of channel names (comma separated)
str7
Type: SystemString
X axis title
d8
Type: SystemDouble
Text size for X axis
str9
Type: SystemString
Y axis title
d10
Type: SystemDouble
Text size for Y axis
str11
Type: SystemString
Overall chart title
d12
Type: SystemDouble
Text size for overall title
d13
Type: SystemDouble
Bar width in mm
i14
Type: SystemInt32
Distance based (1) or fiducial based (0)
i15
Type: SystemInt32
See BARCHART_LABELConstant
i16
Type: SystemInt32
Draw ticks along X axis (1) or not (0)
i17
Type: SystemInt32
Draw right vertical axis (1) or not
i18
Type: SystemInt32
Draw top horizontal axis (1)
i19
Type: SystemInt32
Draw bottom horizontal axis (1) or not
i20
Type: SystemInt32
Draw surronding box (1) or not (0) The following 4 parameters are required if drawing the surronding box
d21
Type: SystemDouble
Width in mm between left Y axis of bar chart with left surronding line
d22
Type: SystemDouble
Width in mm between bottom X axis of bar chart with bottom surronding line
d23
Type: SystemDouble
Width in mm between right Y axis of bar chart with right surronding line
d24
Type: SystemDouble
Width in mm between top X axis of bar chart with top surronding line
d25
Type: SystemDouble
X in mm (bottom left corner of bar chart)
d26
Type: SystemDouble
Y in mm (bottom left corner of bar chart)
d27
Type: SystemDouble
Width of the bar chart in mm
d28
Type: SystemDouble
Height of the bar chart in mm
See Also