tangomango

Members
  • Content count

    3
  • Joined

  • Last visited

About tangomango

  • Rank
    Forum Newbie
  1. Hi, The chart in my application is acting strange. If i remove the chart, the data i retrieved from Database looks good. The data will be rendered in a dataTable which looks like this But when i use chart (MSLine) to display above data, it looks as follows instead of displaying like this .. The datatable looks correct and i was expecting to see the chart as in 3rd picture. Appreciate any help/suggestions in figuring out this issue. Thanks,
  2. Stackedcolumn3D + Mscolumn3D

    or display the total at the top if i split the items to 'active' and 'non-active' ?
  3. Stackedcolumn3D + Mscolumn3D

    Hi, I think by default stacked chart , stacks data on top of each other. for eg: for day1, i have 100 items added to the the db and 25 of them are in "active" status. if i use StackedColumn3D chart it display stack-1 for 100 stack-2 for 25 so the total stack size will be 100 + 25 = 125 if i use "MSColumn3D" for same , it has 2 stacks.. is it possible to combine these 2 features into Stacked Chart ? What im looking for is : Total Items in "Active" status as a subset of "Total" items in stacked chart. so for day1, if i have 100 items added and 25 of them are in "active" status i want the stacked chart to display 100 as the stack size and 25 as a subset of it. The stack size should be 100 :-) Hope it explains the scenario. Thanks for reading. - RJ