MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laLineGraphWidget_GetSeriesPointType Function
MPLAB® Harmony Graphics Suite
laLineGraphWidget_GetSeriesPointType Function
C
LIB_EXPORT laLineGraphDataPointType laLineGraphWidget_GetSeriesPointType(
    laLineGraphWidget* graph, 
    uint32_t seriesID
);
Parameters
Parameters 
Description 
laLineGraphWidget* graph 
the widget 
uint32_t seriesID 
the series ID, 
Returns

laLineGraphDataPointType - the point type

MPLAB® Harmony Graphics Suite