Charts

Top  Previous  Next

Charts are used for graphical representation of data. The following chart types are supported:

Category Charts

gb_component_chart_line

Line Chart

gb_component_chart_area

Area Chart

gb_component_chart_bar

Bar Chart

gb_component_chart_bar_interval

Interval Bar Chart

gb_component_chart_statistical

Statistical Chart

gb_component_chart_gantt

Gantt Chart

gb_component_chart_mixed_category

Mixed Category Chart

gb_component_chart_combined_domain_category

Combined Domain Category Chart

gb_component_chart_combined_range_category

Combined Range Category Chart

XY Charts

gb_component_chart_line_xy

XY Line Chart

gb_component_chart_area_xy

XY Area Chart

gb_component_chart_bar_xy

XY Bar Chart

gb_component_chart_interval

Interval Chart

gb_component_chart_cross

Error Chart

gb_component_chart_deviation

Deviation Chart

gb_component_chart_vector

Vector Chart

gb_component_chart_bubble

Bubble Chart

gb_component_chart_financial

Financial Chart

gb_component_chart_block

Block Chart

gb_component_chart_mixed_xy

Mixed XY Chart

gb_component_chart_combined_domain_xy

Combined Domain XY Chart

gb_component_chart_combined_range_xy

Combined Range XY Chart

Other Charts

gb_component_chart_spider

Spider Chart

gb_component_chart_polar

Polar Chart

gb_component_chart_pie

Pie Chart

gb_component_chart_ring

Ring Chart

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
Printing charts
Copying chart data to clipboard
Different zooming options
Viewing chart source data in Data Table Editor

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:

Titles
Legends
Frames
Annotations
Gridlines
Crosshairs
Data Item Labels
And more