MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laBarGraphWidget_SetValueAxisSubticksVisible( laBarGraphWidget* graph, laBarGraphValueAxis axis, laBool visible );
Parameters |
Description |
laBarGraphWidget* graph |
the widget |
laBarGraphValueAxis axis |
the value axis index |
laBool visible |
shows the subticks if GFX_TRUE |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|