Hello All,
Could you please help to draw Simple 3D column graph.
I have data for X ,Y and Z axis. I want to set the data for individual axes and then plot the graph.
I am using XYZDataPoint and adding data to it having X ,Y and Z values.
I dont understand why it's so tough to get hands on it.
Please help !!
Unfortunately, a column chart cannot be drawn by setting up 3 numeric axes. Column charts use only 1 numeric axis (YAxis). The rest are string axes.For more information about data requirements and series binding for column charts, please visit the following page:http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Chart_Working_with_3D_Column_Chart_Data.html