Column Bar Chart

Description

The C1BarChart is commonly used as a Column Chart. In order to acheive this, simply set "Horizontal" property of C1BarChart to False. This is a Column Chart that shows data that compares annual domestic and international sales.

Test the features

  • Hover over a bar point to see the tooltip.
  • Click series items in the legend to toggle their visibility on the chart surface.
  • Note the formatted Dates on the x axis. The original values are Date Obects. This is done automatically by the chart to optimize display. It can also be set.
  • Note the formatted Date and Currency values in the tooltip.
Documentation