Hi,
is it possibile to create a bar chart where Y-axis is displayed in the middle of X-axis and coordinates are moved? Bars would be then displayed not from left to right, but from the middle to left or right depeding on their values. Something like this:
I would also need something very similiar for column chart.
Thanks
Bartek
Hello Bartek,
You can use the “Chart Wizard” from the chart “Smart Tag” to specify the position of the X and Y-axis.
When you open the wizard you should select “Bar Chart”, go to step 3 (Axes) and from “Axes Extent and Margins” tab use the visual designer to specify the look and position of the X and Y-axis.
Let me know if you have any additional questions.
Let me know if you have further questions.
Hi Guys,
The answer to that problem i asked at the begining is here:
http://forums.infragistics.com/forums/p/60574/307885.aspx#307885
You need to set axis.x.rangemax and rangemin to opsite values and rangetype as custom
Cheers
Can i move the Y-axis to the right side of the chart programatically?