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