Basic pie chart
The Basic Pie Chart displays data in a circle divided into segments or slices, which are proportional to the represented values.
Usage
Basic Bar Charts are used to show data as a percentage of a whole.
Properties
Property | Description |
---|---|
Data Source | |
Filter | |
Conditional Filters | Create conditional filters to apply to the selected data source. |
Category Property | Select a data source to display as slices in the chart. Only the data types Boolean, Enumerated Types and Datetime are supported. |
Use Enum Colors | Visible when Category Property of type Enumerated Type is selected. Enable to use the colors defined in each Enum Value. |
Group By | Visible when Category Property of data type Datetime is selected. Select a dimension to group the data by. By default, Month is selected. |
Value Property | Select a data source to aggregate the data on. If no data source is selected, count will be used by default. |
Title | Enter a static title or bind it to a data source, function, date now or date today. |
Title Position | Visible when Title is selected. Position the title on the top, left, bottom or right side of the chart. |
Show Legend | Enable to show a legend. |
Legend Position | Visible when Show Legend is enabled. Position the legend on the top, left, bottom or right side of the chart. |
Doughnut Cutout | Select the percentage for the cutout in the middle of the circle. |
Show Empty Categories | Visible when Show Legend is enabled. Enable to show an empty category in legend. |
Show Uncategorized | Visible when Show Legend is enabled. Enable to display uncategorized data as a separate category in the legend. |
Last updated