Browse By Tags

  • Text on the top of bars is overlapping with other bars in column chart

    Hi,

    I am using Column Chart and using ChartTextAppearance class to display text on the top each bar. But that text is overlapping with other bar in column chart. 

    So, do we have any property available, by using which we can rotate the text. I was thinking…

  • Labelling a chart

    Hi,

    We need to display a text in the middle of the bars in a bar chart.

    We implemented it last time by drawing a hypothetical graph (line chart), and the connecting lines were invisible.

    Please have a look at the following graph. We have the graph w/o the…

  • Column Chart center values vertically

    Hi!

    I'm working with a column chart and I want to know if there is a way to align the values in the center of each column.

    I'm trying with StringAlignment but it only moves the values over the top of each column.

     

    Thanks!

  • Web Chart - OverLap

    Hi,

    I am using a 2D Column Chart to show highest and lowest price of our Products. I need to overlap the price columns and show it is as a single column, 

    lowest price merged inside highest price column as we overlap in Excel.

    Is it possible in 2D…

  • Area Chart

    I want a simple Area chart bound to a dataset with two columns, both numeric. I want the first column on x-axis and second column on Y-axis. Can anybody help with this?  When I bound a dataset to a ultrachart with chart type area it seems to put "row1…

  • How to remove 3D background from the chart

    Hello,

     

    I am using the 3D Column chart. I want to remove 3D background of the chart.

    or can say I want trasparant background for my chart.

    Please, share solution with me

     

    Thank You

  • Ultra web chart X Axis

    Hi ,

    Please help me to create a line chart with

    Y axis values 0$ , 10$ ,20$ ....100 $

    and

    and X axis values 0 ,15 minutes , 30 minutes , 45 Minutes

     

  • Chart Legend

    HI i need to show the legend below the graph and also should point out the score as shown in the attachment. Is this possible. please help

  • Column Chart X Axis label displays long date/time instead of formatted short time

    Hello. I'm using NET Advantage 10.2

    I have a Column chart which takes 2 funds' performance data from SQL DB.

    It works fine, but the X Axis label displays long date/time instead of formatted short time. I use this Markup in ASPX file: ItemFo…

  • Cumulative curve on coloumn chart

    I am trying to draw a cumulative curve on the  column chart with one numeric column in dataset  can any one suggest me the way  do it?

  • Adding Composite column chart with different series data.

    Is it possible to achieve this kind of column chart ? Note that the District 1 users are different from District 2 users. Also the number of users in District 1 can differ in District 2. In my example District 1 has 3 users and District 2 has 2 users…

  • Column Chart not grouping

    After doing a few grouped column charts, I'm having difficulty getting my latest one to group. I'm thinking it may be in how I'm building my datatable, but can't seem to quite get it. Any help will be greatly appreciated.

    Below is my html…

  • Column Chart formatting is not working

    I want to use a column chart with legand showing in the chart

    I have a query

    select sum(quantity) as Quantity,Category, organization from temp1 group by category,organization

    I have the data showing correctly but the format of chart is not correct…

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