MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laBarGraphWidget_SetValueAxisTickInterval( laBarGraphWidget* graph, laBarGraphValueAxis axis, uint32_t interval );
Parameters |
Description |
laBarGraphWidget* graph |
the widget |
laBarGraphValueAxis axis |
the value axis index |
uint32_t interval |
tick interval in pixels |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|