Area Chart
lowcodera Area Chart Component
Last updated
lowcodera Area Chart Component
Last updated
With their mountain-like appearance, Area Charts are used to represent quantitative variations.
There are several variations of Area charts which are supported through the configuration of data and component properties.
Basic Area Chart
Spline Area Chart
Stepline Area Chart
Area chart with Dashline
The data format for the Area chart is the same as for other bar charts. You can bind your chart component's items
property to a Power Apps collection which includes either static data or dynamic data e.g. SharePoint.
In this example, a collection with static data called ColAreaChart is defined in the Power App. The items
property of the bar chart component is then bound to this collection.
The above code snippet will generate the following bar chart.
For a full listing of all chart properties see the chart components property reference
The properties below are the main ones which change this components appearance and behaviours.
A single or multiple data series is defined in the collection. You can use the same collection used in section.
A single or multiple data series is defined in the collection. You can use the same collection used in section.
More than one data series is defined in the data collection
More than one data series is defined in the data collection.