Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
25
How to set X and Y axis of 3D ultrachart from DataTable (urgent)
posted

Hi,

I am using UltraChart 2009.2 version. Can we set the Source Column of X and Y axis from the DataTable? 

E.g : Consider a Product Table with columns, name, cost, qty:

ultrachart1.DataSource = dt;

ultrachart1.DataBind();

ultrachart1.Axis.X = "name";

ultrachart1.Axis.Y = "cost";

Note: I wanted to create a dynamic 3D chart from code like ColumnChart3D, BarChart3D.

Can we create a 3D chart in a composite chart.

Can Series be used in non composite chart. If yes, how? any examples

Please help!!

 

 

Parents Reply Children
No Data