  | CCHIMERAPiePlot2 Method  | 
 Same as PiePlot_CHIMERA, with a starting angle.
 
    Namespace: 
   Geosoft.Desktop.GXNetX
    Assembly:
   geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void PiePlot2(
	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,
	double start_angle
)
public static void PiePlot2(
	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,
	double start_angle
)
Public Shared Sub PiePlot2 ( 
	gxNetShared As CGXNETCore,
	mview As CMVIEW,
	data_group As String,
	offset_group As String,
	xvv As CVV,
	yvv As CVV,
	dvv As CVV,
	cvv As CVV,
	col As Integer,
	offset As Integer,
	offset_size As Double,
	radius As Double,
	start_angle As Double
)
Public Shared Sub PiePlot2 ( 
	gxNetShared As CGXNETCore,
	mview As CMVIEW,
	data_group As String,
	offset_group As String,
	xvv As CVV,
	yvv As CVV,
	dvv As CVV,
	cvv As CVV,
	col As Integer,
	offset As Integer,
	offset_size As Double,
	radius As Double,
	start_angle As Double
)
public:
static void PiePlot2(
	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, 
	double start_angle
)
public:
static void PiePlot2(
	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, 
	double start_angle
)
static member PiePlot2 : 
        gxNetShared : CGXNETCore * 
        mview : CMVIEW * 
        data_group : string * 
        offset_group : string * 
        xvv : CVV * 
        yvv : CVV * 
        dvv : CVV * 
        cvv : CVV * 
        col : int * 
        offset : int * 
        offset_size : float * 
        radius : float * 
        start_angle : float -> unit 
static member PiePlot2 : 
        gxNetShared : CGXNETCore * 
        mview : CMVIEW * 
        data_group : string * 
        offset_group : string * 
        xvv : CVV * 
        yvv : CVV * 
        dvv : CVV * 
        cvv : CVV * 
        col : int * 
        offset : int * 
        offset_size : float * 
        radius : float * 
        start_angle : float -> unit 
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. - 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 PiePlot_CHIMERA.
See Also