Click or drag to resize

CCHIMERARosePlot2 Method

Same as RosePlot_CHIMERA, with a starting angle.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void RosePlot2(
	CMVIEW mview,
	string data_group,
	string offset_group,
	CVV xvv,
	CVV yvv,
	CVV dvv,
	CVV cvv,
	int col,
	int offset,
	double offset_size,
	double start_angle
)

public static void RosePlot2(
	CMVIEW mview,
	string data_group,
	string offset_group,
	CVV xvv,
	CVV yvv,
	CVV dvv,
	CVV cvv,
	int col,
	int offset,
	double offset_size,
	double start_angle
)

Parameters

mview
Type: GeoEngine.Core.GXNetCMVIEW
View object to plot to
data_group
Type: SystemString
Data group name
offset_group
Type: SystemString
Offset group name
xvv
Type: GeoEngine.Core.GXNetCVV
X locations
yvv
Type: GeoEngine.Core.GXNetCVV
Y locations
dvv
Type: GeoEngine.Core.GXNetCVV
Data handles, stored as INT values
cvv
Type: GeoEngine.Core.GXNetCVV
Colors
col
Type: SystemInt32
Color for edges
offset
Type: SystemInt32
Offset symbols (0: No, 1: Yes)
offset_size
Type: SystemDouble
Offset symbol size
start_angle
Type: SystemDouble
Starting angle in degrees CCW from horizontal (<define>rDUMMY</define> gives 0.0)
Remarks
The starting angle is the location of the edge of the first pie slice, counted in degrees counter-clockwise from horizontal (3 o'clock). Zero degrees gives the same plot as RosePlot_CHIMERA.
See Also