MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laLineGraphWidget_SetSeriesPointSize Function
MPLAB® Harmony Graphics Suite
laLineGraphWidget_SetSeriesPointSize Function

For circular points, this value sets the radius For square points, the length of each side is twice the value

C
LIB_EXPORT laResult laLineGraphWidget_SetSeriesPointSize(
    laLineGraphWidget* graph, 
    int32_t seriesID, 
    uint32_t size
);
Parameters
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 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite