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.
Multiple floating bar charts
Multiple floating bar charts
- Attachments
-
- Occurrence.png (10.24 KiB) Viewed 3892 times
Re: Multiple floating bar charts
Hello,
The Gantt series sets the bottom axis to be DateTime by default but you can change it anytime!
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |