MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laBarGraphWidget_GetCategoryText( laBarGraphWidget* graph, uint32_t categoryID, laString * str );
Parameters |
Description |
laBarGraphWidget* graph |
the widget |
uint32_t categoryID |
category ID |
laString * str |
destination of the copied string |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|