Sign In  Sign Up Live-Chat

i want that, y axis should not start with zero

Last post 06-19-2008, 3:20 AM by Amjad Sahi. 1 replies.
Sort Posts: Previous Next
  •  06-19-2008, 1:55 AM 132029

    i want that, y axis should not start with zero

    i draw a line chart

    the y axis value is starting from zero, i want that the y axis minimun value will be around minimum value among the series points

     

     
  •  06-19-2008, 3:20 AM 132039 in reply to 132029

    Re: i want that, y axis should not start with zero

    Hi,

    Well, you may try to set min, max, interval values for y-axis.

    E.g.,

    chart.ChartArea.AxisY.IsAutoCalc = false;

    chart.ChartArea.AxisY.Minimum = ______;

    chart.ChartArea.AxisY.Interval = 5;

    chart.ChartArea.AxisY.Maximum =45;

    Thank you.


    Amjad Sahi
    Support Developer,
    Aspose Nanjing Team
    Contact Us
     
View as RSS news feed in XML