Layout Bar Chart

Dear all,

I have a small issue with FNCChart. At present I get it to look as shown as below:

What I would like to achieve is a layout as shown below:

The color is not the issue, but I would like to have the bars and the text underneath centered between the vertical line. The first (0) group was just a helper so that the first real group (Eliglustat) is not attached to the y-axis.

Most like I just missed a setting or two. Any help would be appreciated

Have a good week
Gernot

Hi,

You can change the series mode to Statistical & Mathematical, in your case, you need:

c.Series[0].Mode := smStatistical;

Perfect Pieter, exactly what I was looking for - many thanks

Welcome!

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.