Hi
I'm developing a Web application that requires a StackedBar3d graph based on a SQL server table.
I'was able to get the graph, but i would like to remove completely the prespective angle.
The graph X axis should be completely on the horizontaland the
graph Y axis should be completely on the Vertical, but the Stached bars should be on 3D. (like Excel does)
I have already tried this properties with no sucess.
CType(WebChartControl1.Diagram, DevExpress.XtraCharts.XYDiagram3D).PerspectiveAngle =0
CType(WebChartControl1.Diagram, DevExpress.XtraCharts.XYDiagram3D).PerspectiveEnabled =False
Can you help me?
If you require, i can provide you the source code and example graph.
Thanks