MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laBarGraphWidget_SetMaxValue( laBarGraphWidget* graph, laBarGraphValueAxis axis, int32_t value );
Parameters |
Description |
laBarGraphWidget* graph |
the widget |
laBarGraphValueAxis axis |
the value axis index |
int32_t value |
max value |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|