ChartObject WebFAQ - Q2





/***
 ***
 ***    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);
    :
    :


Click here for the Image
Back to ChartObject FAQ

© INT 1996.