MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laPieChartWidget_SetStartAngle Function
MPLAB® Harmony Graphics Suite
laPieChartWidget_SetStartAngle Function
C
LIB_EXPORT laResult laPieChartWidget_SetStartAngle(
    laPieChartWidget* chart, 
    int32_t angle
);
Parameters
Parameters 
Description 
laPieChartWidget* chart 
the widget 
int32_t angle 
the desired start angle value 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite