in
Forums
Blogs
Files
Devexpress.Com
Client Center
Support Center
DevExpress Channel

Draw graph

Last post 10/30/2008 5:42 AM by Joao Fernandes. 0 replies.
Page 1 of 1 (1 items)
Sort Posts:
Previous Next
  • 10/30/2008 5:42 AM

    Draw graph

    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

Page 1 of 1 (1 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED