Click or drag to resize
CCHIMERARosePlot Method
Plot a Rose plot of up to 8 channels.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The number of channels is taken from the Data handles VV. The values in each data VV give the radius, in view units, of the sector arc to plots. Values <=0 or dummies are not plotted. Offset symbols: When selected, the symbols plot without overlap, away from the original locations. The original location is marked with a small symbol and a line joins the original position and the relocated symbol. Care should be taken when choosing the symbol size, because if the point density is too high, all the points will get pushed to the outside edge and your plot will look like a hedgehog (it also takes a lot longer!).
Syntax
public static void RosePlot(
	CMVIEW oMVIEW1,
	string str2,
	string str3,
	CVV oVV4,
	CVV oVV5,
	CVV oVV6,
	CVV oVV7,
	int i8,
	int i9,
	double d10
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View object to plot to
str2
Type: SystemString
Data group name
str3
Type: SystemString
Offset group name
oVV4
Type: GeoEngine.Core.GXNetCVV
X locations
oVV5
Type: GeoEngine.Core.GXNetCVV
Y locations
oVV6
Type: GeoEngine.Core.GXNetCVV
Data handles, stored as INT values
oVV7
Type: GeoEngine.Core.GXNetCVV
Colours
i8
Type: SystemInt32
Colour for edges
i9
Type: SystemInt32
Offset symbols (0: No, 1: Yes)
d10
Type: SystemDouble
Offset symbol size
See Also