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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void BarChart(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	string group_name,
	CDB data,
	int line,
	string x_chan,
	string list,
	string x_title,
	double x_txt_size,
	string y_title,
	double y_txt_size,
	string bar_title,
	double bar_txt_size,
	double bar_width,
	int dist_fid,
	int label,
	int tick,
	int right_axis,
	int top_axis,
	int bottom_axis,
	int surround,
	double left,
	double bottom,
	double right,
	double top,
	double xm,
	double ym,
	double widthm,
	double heightm
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
mview
Type: GeoEngine.Core.GXNetXCMVIEW
View
group_name
Type: SystemString
Group name
data
Type: GeoEngine.Core.GXNetXCDB
Database handle
line
Type: SystemInt32
Line handle
x_chan
Type: SystemString
Horizontal (X) axis' channel name
list
Type: SystemString
List of channel names (comma separated)
x_title
Type: SystemString
X axis title
x_txt_size
Type: SystemDouble
Text size for X axis
y_title
Type: SystemString
Y axis title
y_txt_size
Type: SystemDouble
Text size for Y axis
bar_title
Type: SystemString
Overall chart title
bar_txt_size
Type: SystemDouble
Text size for overall title
bar_width
Type: SystemDouble
Bar width in mm
dist_fid
Type: SystemInt32
Distance based (1) or fiducial based (0)
label
Type: SystemInt32
<define>BARCHART_LABEL</define>
tick
Type: SystemInt32
Draw ticks along X axis (1) or not (0)
right_axis
Type: SystemInt32
Draw right vertical axis (1) or not
top_axis
Type: SystemInt32
Draw top horizontal axis (1)
bottom_axis
Type: SystemInt32
Draw bottom horizontal axis (1) or not
surround
Type: SystemInt32
Draw surronding box (1) or not (0) The following 4 parameters are required if drawing the surronding box
left
Type: SystemDouble
Width in mm between left Y axis of bar chart with left surronding line
bottom
Type: SystemDouble
Width in mm between bottom X axis of bar chart with bottom surronding line
right
Type: SystemDouble
Width in mm between right Y axis of bar chart with right surronding line
top
Type: SystemDouble
Width in mm between top X axis of bar chart with top surronding line
xm
Type: SystemDouble
X in mm (bottom left corner of bar chart)
ym
Type: SystemDouble
Y in mm (bottom left corner of bar chart)
widthm
Type: SystemDouble
Width of the bar chart in mm
heightm
Type: SystemDouble
Height of the bar chart in mm
See Also