MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laLineGraphWidget_SetCategoryText( laLineGraphWidget* graph, int32_t categoryID, laString str );
Parameters |
Description |
laLineGraphWidget* graph |
the widget |
int32_t categoryID |
category ID, if -1 the last category is assigned |
laString str |
the string to use |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|