smsc

Members
  • Content count

    8
  • Joined

  • Last visited

About smsc

  • Rank
    Forum Newbie
  1. Help for X Axis Values

    Ok it works too... Thanks for your great support!
  2. Help for X Axis Values

    Ok, now it works, thanks again. And it will be perfect if is it possible to move value on chart just a little bit upper, since they are shown over the chart...
  3. Help for X Axis Values

    Got "Invalid XML Data", this is the scheme of my XML file: -chart- -categories- -category label='0.00' /- -category label='0.01' /- ... ... -/categories- -dataset- -set value='839' /- -set value='836' showValue='1' /- ... ... -/dataset- -/chart- Now, where I can put provided style data? If I put first -/chart- I got invalid XML!
  4. Help for X Axis Values

    Againt, thanks it works! And if I can abuse of your patience, is it possible to change value color and size and set it as bold?
  5. Help for X Axis Values

    You are absolutely right, and excuse me for my mistake... :satisfied: ...and finally, IT WORKS! Thanks! Thanks! Thanks! And if I can ask, is it possible to put just some values directly on charts like this???:
  6. Help for X Axis Values

    Sorry, but I think you don't undertand me. I need to show all values in one page (without scroll bar) and if possible only some value on y Axis like this one (made myself with ms paint):
  7. Help for X Axis Values

    Thanks for reply. After change numVisiblePlot='24' value, ALL Y Axis' values was shown (same datas as previous chart), and also an horizzontal scroll bar was shown. Is there a way to show all datas without scroll bar and sure for me only a few value on Y Axis was enough for me. This is the chart elements: formatnumberscale="0" numdivlines='9' showValues='0' numVDivLines='22' showAlternateVGridColor='1' numVisiblePlot='24' plotGradientColor='' plotFillAlpha='30'
  8. Help for X Axis Values

    Good morning all, I need to handle a lot of data, in particular on a single chart 1440 values (minutes of the days). So, my data will be for example: X Axis (value) Y Axis (time - minutes of the day) Value1 00:00 Value2 00:01 Value3 00:02 Value4 00:03 ... ... Value1440 23:59 Etc.... I choose ScrollAreaData's chart for this kind of data, and it works fine. The only problem I have is, due to high number of data, value on Y axis was not shown as reported on attached image. My question is: Is it possible to report only a few data like on X axis ?? I mean on Y axis is it possible to put for example only 24 values?? (each hours of the day) Hope my request is clear!