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

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

C
LIB_EXPORT uint32_t laLineGraphWidget_GetSeriesPointSize(
    laLineGraphWidget* graph, 
    uint32_t seriesID
);
Parameters
Parameters 
Description 
laLineGraphWidget* graph 
the widget 
uint32_t seriesID 
the series ID 
Returns

uint32_t - the point size

MPLAB® Harmony Graphics Suite