Hai
I have a bar chart which has data columns dynamically max of 12. If one column is available means it shows one bar in full chart width. It shows ike the screen chart. How can I handle this for dynamic columns? I compared this with Excel chart for look and alignment but infragistics failed to meet my requirements. But I need like this. Then I need space between Y axis to the bar how can I do this? The bar should be aligned in middle of X Axis. How to do this? Please help me from this issue.
Sridhar
increase the Near and Far Margins on the X-axis using the properties under UltraChart1.Axis.X.Margins.
This created margin with Y axis. Great. But X axis border line missing. I need that border also. How can I get this?