Page 1 of 1

Multiple floating bar charts

Posted: Fri Feb 05, 2016 10:48 pm
by 16573707
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.

Re: Multiple floating bar charts

Posted: Mon Feb 08, 2016 12:00 pm
by yeray
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;