want to remove white spaces in both sides of the graph in ZedGraph web control

Last post 07-03-2009 4:48 AM by Snot. 1 replies.

Sort Posts:

  • want to remove white spaces in both sides of the graph in ZedGraph web control

    07-03-2009, 3:09 AM
    • Member
      8 point Member
    • sunju16
    • Member since 06-17-2009, 7:11 AM
    • Posts 15

     Hi,

    i am using Zedgraph web control in my Asp.net application. i am adding a list of point pair to the graph pane. it draws the graph with white spaces at the start and the end. Can anyone tell me how to remove that space .

    is the any property to remove white space?

     

     

  • Re: want to remove white spaces in both sides of the graph in ZedGraph web control

    07-03-2009, 4:48 AM
    • Member
      86 point Member
    • Snot
    • Member since 07-03-2009, 4:35 AM
    • Munich, Germany
    • Posts 19

    I had a problem similiar to this one. Perhaps what I did will solve your problem too.

    I had all of my ASP.NET code wrapped between the <form> tags. Doing this caused the white space. However, when I moved the <form> tag into a table the white space went away.

    For example:

    <table>

    <tr>

    <td><form>.....</form></td>

    </tr>

    </table>

    When I did this the white space went away.

    Ben Perkins
    http://www.thebestcsharpprogrammerintheworld.com
Page 1 of 1 (2 items)