Scatter Chart
lowcodera Scatter Chart
Last updated
lowcodera Scatter Chart
Last updated
The scatter diagram graphs pairs of numerical data, with one variable on each axis, to look for a relationship between them. If the variables are correlated, the points will fall along a line or curve.
There are several variations of scatter charts which are supported through the configuration of data and component properties.
Basic Scatter Chart
Scatter Chart with Multiple Series
Scatter Chart with Dates
The data format for the basic scatter chart is the same as for other lowcodera 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 scatterChart
is defined in the Power App. The items
property of the scatter chart component is then bound to this collection.
The above code snippet will generate the following scatter 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.
Property | Description | Accepted Values | Required |
DataLabelSymbol | Property to add any symbol (eg. currency or any appened words) along with data labels | Text | X |
FillType | Property to choose fill type for radar chart. | Gradient Image Solid | X |
BackgroundImage | Property to provide background image URL for radar | URL | X |
A single or multiple data series is defined in the collection.
A single or multiple data series is defined in the collection.