The Wedge class supports transposition. If Chart resource XmNtranspose is False, each wedge of a Wedge Series is placed in a different pie. If XmNtranspose is True, all the wedges of a WedgeSeries are placed in one pie (A DataSampled object defines an entire pie).
| Name | Type | Default | Access |
|---|---|---|---|
| XmNdrawShadow | Boolean | False | CSG |
| XmNinclination | int | 0 | CSG |
| XmNpieSize | int | 75 | CSG |
| XmNperspectiveDepth | int | 25 | CSG |
| XmNshowPieName | Boolean | False | CSG |
| XmNshowWedgeLabels | Boolean | False | CSG |
Boolean XintPieExplodeWedge (...)
| Object | object | ID of the Pie object. |
| Object | data | ID of the DataSampled object that contains the wedge. |
| int | sample_index | Index of the sample inside the DataSampled object (starts at 0). |
| int | series_index | Not used. |
| int | percent | Distance of explosion as a percentage of the pie radius. |
Boolean XintIsPie (Object object)
| Name | Type | Default | Access |
|---|---|---|---|
| XmNcolor | Pixel | "black" | CSG |
| XmNdashList | char * | NULL | CSG |
| XmNfillColor | Pixel | assigned from color list | CSG |
| XmNfillFilename | char * | NULL | CSG |
| XmNfillPixmap | Pixmap | NULL | CSG |
| XmNfillStyle | int | XintFILL_OPAQUE_STIPPLED | CSG |
| XmNlineStyle | int | XintLINE_SOLID | CSG |
| XmNlineThickness | int | 1 | CSG |
| XmNsensitive | Boolean | True | CSG |
| XmNstippleColor | Pixel | "black" | CSG |