Charts

The Charts extension enables to add pie chart or bar charts views in a screen.

iOS pie chart demo Android pie chart demo iOS bar chart demo Android bar chart demo
iOS pie chart Android pie chart iOS bar chart Android bar chart

Declaring Charts extension in your project

To be able to use the Charts extension in your NeoMAD project, just add the following lines in the URS:

<extensions>
        <extension path="@system/Charts" />
</extensions>

Using Charts extension in the IDE

To be able to use the extension in your IDE and the autocompletion feature for example, please refer to the section: Importing an extension in the IDE.