Jump to content
Software FX Community

SarahBenjamin

Members
  • Posts

    21
  • Joined

  • Last visited

Everything posted by SarahBenjamin

  1. Thanks a bunch for your help on this. I was able to take another approach to my problem and now its resolved. Much appreciated, I have leared something new from your reply. Thanks -Sarah
  2. Hi I have a chart on my web form and I am setting up the background of the chart using the pane chart1.pane[0].background = red But I dont want the whole pane or the background to be red, but I want to be able to set how much area should be red. Is there a way that I can achieve this. Please help, its kinda urgent Thanks -Sarah
  3. I am trying to assign one series to another, but it isnt working. What am I doing wrong here Chart1.Series[3] = Chart1.Series[1]; Please help Thanks -Sarah
  4. The colors that I want for my series and bar charts are not listed in teh drop down list of Systm.Drawing.Color .. So I need to assign RGB Colors to my chart. How can I go about doing that in my code behind classs. Thanks -Sarah
  5. Hi I have a vertical gauge and inside it a linear scale. That scale shows labels from 0-100, with 10 as an interval, in other words, its like this 0,10,20,30.. 100.. I want to be able to show it like 0,20,30,40..100 with an interval of 20 rather than 10. Which property should I be using to do taht? Or how can I go about making that gap longer than 10, say 20 or 30 Thanks -Sarah
×
×
  • Create New...