MPLAB® Harmony Graphics Suite
|
For circular points, this value sets the radius For square points, the length of each side is twice the value
LIB_EXPORT laResult laLineGraphWidget_SetSeriesPointSize( laLineGraphWidget* graph, int32_t seriesID, uint32_t size );
Parameters |
Description |
laLineGraphWidget* graph |
the widget |
int32_t seriesID |
the series ID, if negative the last series is referenced |
uint32_t size |
size in pixels |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|