MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Files > libaria_widget_pie_chart.h
MPLAB® Harmony Graphics Suite
libaria_widget_pie_chart.h

Microchip Technology Inc.

File Name

libaria_widget_pie_chart.h

Description

Module for Microchip Graphics Library - Aria User Interface Library 

This module implements pie chart drawing widget functions.

Functions
 
Name 
Description 
 
Adds an entry to the pie chart 
 
Deletes ALL the data in the pie chart 
 
Sets the center angle of the chart widget 
 
Returns the offset of the entry at the specified index 
 
Returns the radius of the entry at the specified index 
 
Returns the scheme of the entry at the specified index 
 
Returns the value of the entry at the specified index 
 
Gets the offsets of the labels from the center 
 
Returns GFX_TRUE if the labels are shown, GFX_FALSE if hidden 
 
Gets the origin coordinates of a chart widget 
 
Returns the start angle of a chart widget 
 
Allocates memory for and initializes a new widget of this type. The application is responsible for the management of this memory until the widget is added to a widget tree. 
 
Sets the center angle of the chart widget 
 
Sets the offset of an entry at index 
 
Sets the radius of an entry at index 
 
Sets the scheme of an entry at index 
 
Sets the value of an entry at index 
 
Sets the offsets of the labels from the center 
 
Sets the string asset for the labels 
 
Shows/hides the data entry labels 
 
Sets the origin coordiates of a chart widget 
 
Sets the function called when the chart is pressed/touched 
 
Sets the start angle of a chart widget 
 
Sets the string table for the labels 
Macros
 
Name 
Description 
 
This is macro LIBARIA_WIDGET_PIE_CHART_H. 
Structures
 
Name 
Description 
 
 
 
Implementation of a pie chart widget. 
 
 
 
Implementation of a pie chart widget. 
Types
 
Name 
Description 
 
Chart pressed event function callback type 
MPLAB® Harmony Graphics Suite