We need to reduce the width of all columns without changing total number of columns or width of chart.
We need this in order to provide more horizontal space between columns, any suggestions will be highly appreciated!
How many series do you have in the chart? You can adjust the Gap property on the CategoryXAxis to adjust the amount of space between categories, thus making the columns thinner. But there is currently no way to put space between individual columns inside a category.
Hope this helps!
-Graham
Bingo! Gap is exactly what I was looking for ..thanks!
Can we change the width of column series now? or this hasn't been added as yet?
Hello,
The approach Graham suggested seems to be the best way to change the Column’s Width, because this elements are Rectangles and their Width is set dynamically by code in order to look properly during zooming and scrolling.
What if you want no gap at all between the category series'? If I set gap = 0 (on the CategoryXAxix) I get a single pixel while line between my series. I am trying to produce Histogram Charts.
After some research Placing Columns one to another has been determine as a new Product Idea. I have sent your Product Idea directly to our product management team. Our product team chooses new Product Ideas for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested ideas, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your idea is chosen for development, you will be notified at that time. Your reference number for this Product Idea is PI12100084
If you would like to follow up on your Product Idea at a later point, you may contact Developer Support management via email. Please include the reference number of your Product Idea in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com
Bummer - I was hoping this was something simple also!
Thanks