Click or drag to resize
CCHIMERAPiePlot Method
Plot a Pie plot of up to 8 channels.

Available since Oasis montaj version: 5.0.7
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The number of channels is taken from the Data handles VV. The values in each data VV are summed and the pie arc is is given by the percent contribution of each constituent. See the note on offset symbols in RosePlot_CHIMERA
Syntax
public static void PiePlot(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	string data_group,
	string offset_group,
	CVV xvv,
	CVV yvv,
	CVV dvv,
	CVV cvv,
	int col,
	int offset,
	double offset_size,
	double radius
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
mview
Type: GeoEngine.Core.GXNetXCMVIEW
View object to plot to
data_group
Type: SystemString
Data group name
offset_group
Type: SystemString
Offset group name
xvv
Type: GeoEngine.Core.GXNetXCVV
X locations
yvv
Type: GeoEngine.Core.GXNetXCVV
Y locations
dvv
Type: GeoEngine.Core.GXNetXCVV
Data handles, stored as INT values
cvv
Type: GeoEngine.Core.GXNetXCVV
Colors
col
Type: SystemInt32
Color for edges
offset
Type: SystemInt32
Offset symbols (0: No, 1: Yes)
offset_size
Type: SystemDouble
Offset symbol size
radius
Type: SystemDouble
Pie plot radius in data units.
See Also