Clustered Column Chart - How to change distance between groups?
This discussion was imported from CodePlex
WiseDeveloper wrote at 2014-01-14 11:42:
First of all, thank you for such a GREAT Charting Library.
I am creating a Clustered Column Chart. I find that the distance between the groups (distance between the bunch) cannot be altered. As a result, the columns are thinner as we go on adding column series.
Please help.
I am creating a Clustered Column Chart. I find that the distance between the groups (distance between the bunch) cannot be altered. As a result, the columns are thinner as we go on adding column series.
Please help.
objo wrote at 2014-01-14 20:05:
The CategoryAxis has a GapWidth property, see the ColumnSeries -> GapWidth examples in the ExampleBrowser. Does this do what you need?
WiseDeveloper wrote at 2014-01-15 18:50:
Dear objo,
Thank you very much for the reply.
This does what I want. Setting a value of 0.25 gives ample space for the clustered columns.
Thank you very much for the help.
I have a couple of issues with the column series. I have put it in a separate thread. Please help.
Thank you very much for the reply.
This does what I want. Setting a value of 0.25 gives ample space for the clustered columns.
Thank you very much for the help.
I have a couple of issues with the column series. I have put it in a separate thread. Please help.
Customer support service by UserEcho