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

  • 3D and TickmarkInterval

    Hello -

    I have a simple line chart that displays dates on the X-Axis and dollar amounts on the Y-Axis.  I only want to display a tickmark on the X-Axis every-other week.  On a 2-D line chart I set the following properties, which worked great.

    this.chartAssetHistory…