yaghout

Members
  • Content count

    7
  • Joined

  • Last visited

About yaghout

  • Rank
    Forum Newbie
  1. Hi, is the anyway to print chart by active x functions ? we can navigate between frames , load movie clip , call functions etc. for example we have a function : CallFunction() read about it here : thanx
  2. MS 2D Dual Y - Problem !

    Yes , it works better ! but is it possible in scroll charts to see the last plot ? i mean to scroll to the end when user see the chart instead of start plot ?
  3. MS 2D Dual Y - Problem !

    yes , this is a professional reply ! the xml is attached ! i have 5 datasets in the above chart datasets on PYAxix are line and datasets on SYAxis are Column , categories are all the available dates for database result set ! (maybe 3 or 100 or 150 , it is dynamic !) , and YES iam using labelStep , actualy i set labelStep to count of categories 7 (that give me 7 or 8 at label at most) getChartData.aspx.xml
  4. MS 2D Dual Y - Problem !

    it seems that no one has encountered such issue in this kind of chart , i think my goal is clear here , i need to have 1 or 2 line chart on PYAxis and 3 , 4 bar chart on SYAxix , but in a range for one year or 2 years , column charts stick together and user cannot identify them , they are too thin ,i dont know it is natural to have such issue or it is a bug in fusion charts , and if it is not a bug and is natural . how i can control the number of points that that these column charts show up on the chart. any comment would be appreciated .
  5. MS 2D Dual Y - Problem !

    if you see the above picture , it is clear that column charts are not visible , i think it is cause i have 7 labels on the chart but the chart has drawn 14 dates in series , it is possible to change labels that we need on the chart , but how i can make the chart to show data only for shown labels ?
  6. Discontinuous Chart ! Stacked Column Dual Y

    ok, dont be afraid ! if we want the connectnulldata in version 2 , we just need to repeat the pre non null data in the current set element ! thats is it.
  7. Hi All, i am working on a project with fusion charts V2.3 ! there is a helpfull attrubute in v3 : connectNullData that helps to connect Discontinuous Chart points together ! but it seems ver 2.3 doesnt have such feature ! do you have any suggestion to make it behave like v3 ?