|
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.
Chart Context Menu
The popup menu of a chart provides support for:
| • | On-the-fly chart property fine-tuning |
| • | Exporting charts to images files |
| • | Copying chart data to clipboard |
| • | Different zooming options |
Chart Structure
Most chart 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:
|