Report Design - Chart Palette
Chart Components
The following components give you various chart types for displaying data in a report.
📄️ Bar Chart
A Bar Chart is used to display data in a chart using bars.
📄️ Pie Chart
The Pie Chart takes a Data Source with two keys: a Label (typically a string) and a Value (typical a numerical value).
📄️ Timeseries Chart
The Timeseries Chart, while similar to the XY Chart, uses a datetime value for the Domain Axis instead of a numerical value. This chart is ideal when trying to display Tag Historian data in a Report.
📄️ XY Chart
The XY Chart, while similar to the Timeseries Chart, uses a numerical value for the Domain Axis instead of a Datetime. The XY chart is ideal when trying to detail the relationship between two keys.