MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laLineGraphWidget_SetGridlinesVisible( laLineGraphWidget* graph, laLineGraphValueAxis axis, laBool visible );
Parameters |
Description |
laLineGraphWidget* graph |
the widget |
laLineGraphValueAxis axis |
category ID |
laBool visible |
shows the gridlines if GFX_TRUE |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|