:
:
main(argc, argv)
int argc;
char *argv[];
{
:
Object chart, legend;
:
:
legend = XintChartGetComponent(chart, XintCHART_COMPONENT_LEGEND);
XtVaSetValues((Widget)legend, XmNlineThickness, 3,
XmNfillStyle, XintFILL_SOLID,
XmNlegendTitle, "The Legend",
XmNiconWidth, 50,NULL);
:
: