The ChartWidget class does not define any new resources. You can however, specify any resources defined or inherited by the Chart object class. These resources will be applied directly to the Chart object created.
Object XintChartWidgetGetObject (Widget chart_widget)
where chart_widget is the ID of a ChartWidget widget.
Widget XintCreateChartWidget (...)
| Widget | parent | Parent of new ChartWidget widget. |
| char * | name | Name of new ChartWidget widget. |
| ArgList | arglist | List of resource/value items. |
| Cardinal | argcount | Number of items in arglist. |