Interval Bar Chart

Top  Previous  Next

An interval bar chart shows an interval (that is, a start value and an end value) for each series/category value pair in the dataset.

gb_component_chart_bar_interval

The area chart is based on Category Plot and Category Bar Renderer. It inherits all their properties.

This is what interval bar chart looks like:

ls_widgets_charts_interval_bar

Dataset

The interval bar chart supports Custom Data model only.

It has the following Source Data Bindings:

Binding

Expected Value Type

Description

Series

String

Textual name of the data series.

Category

String

Name of category. Categories are displayed along the domain axis.

Start

Number

Interval start value for the above series/category. Values are displayed along the range axis.

End

Number

Interval end value for the above series/category.

Common Properties

Width, Height, Bindings, Visible, Background, Border

All Common Chart Properties.

Source Data and Source Data Bindings properties.

All properties of a Category Plot.

All properties of a Category Bar Renderer.

Custom Properties

None defined.

Common Events

Hidden, Shown, Moved, Resized, Mouse Clicked, Mouse Pressed, Mouse Released, Mouse Entered, Mouse Exited, Mouse Moved, Mouse Wheel Moved, Key Typed, Key Pressed, Key Released, Focus Gained, Focus Lost

Additional Examples

Bar chart that displays different intervals along the date X-axis:

ls_widgets_charts_bar_date_range_axis

Another example of an interval bar chart:

ls_widgets_charts_interval_bar_custom