Charts
Charts are used for graphical representation of data. The following chart types are supported:
Category Charts
XY Charts
Other Charts
Chart Zooming
The chart component supports zooming via the popup menu or via a mouse drag on the displayed chart.
The popup menu of a chart provides support for:
- On-the-fly chart property fine-tuning
- Exporting charts to images files
- Printing charts
- Copying chart data to clipboard
- Different zooming options
- Viewing chart source data in Data Table Editor
![]() | Note: The current Web UI version provides access only for different zooming options through chart's context menu. |
Chart Structure
Most charts consist of the following basic parts:
- Dataset build from the server-side data
- Plot where the data items are drawn
- Renderer that performs drawing on the plot (optional, some plots perform data rendering themselves)
- Axes of chart-specific types (optional, some charts have no axes)
Numerous other chart elements are supported:
- Titles
- Legends
- Frames
- Annotations
- Gridlines
- Crosshairs
- Data Item Labels
- And more
Was this page helpful?