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