/***
***
*** Create a simple pie chart.
***
***/
:
:
chart = (Object) XtVaCreateWidget("BarPlot",
(WidgetClass)xintChartObjectClass, edit,
XmNgeometry, &chart_geometry,
XmNchartType, XintCHART_TYPE_PIE, /*!!!!!*/
XmNchartTitle, "Yearly Sales",
XmNshowLegend, True,
NULL);
:
: