Multiple floating bar charts

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
npel
Newbie
Newbie
Posts: 1
Joined: Thu Apr 30, 2015 12:00 am

Multiple floating bar charts

Post by npel » Fri Feb 05, 2016 10:48 pm

I would like to create a chart to show the distribution of recurring items (see attachment) I wonder which component will allow me to create such type of chart. From what I know there is no way to put more than one bar per value on bar charts and other charts. A single value (line) can have 20, 30 different bars, while other ones will have only one or two.

Any idea whether it is possible to create such type of chart? I thought that Gantt chart would work, however, but my bottom axis is not time.
Attachments
Occurrence.png
Occurrence.png (10.24 KiB) Viewed 3860 times

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Multiple floating bar charts

Post by Yeray » Mon Feb 08, 2016 12:00 pm

Hello,

The Gantt series sets the bottom axis to be DateTime by default but you can change it anytime!

Code: Select all

Chart1[0].XValues.DateTime:=false;
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply