Browse By Tags

  • How to set X and Y axis of 3D ultrachart from DataTable (urgent)

    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";…