Microsoft 开发人员网络 > 论坛主页 > Chart Controls for .NET Framework > How to draw a thresholds(Max and Min) values on y-axis
提出问题提出问题
 

已答复How to draw a thresholds(Max and Min) values on y-axis

  • 2009年7月1日 20:38krisg123 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     

    Description of the problem 1:

    I have a line chart with (Major Grid Lines on y-axis horizontally) that needs to be displayed threshold values(MAX and MIN) , these values are comming from the database.
    I have to draw a line for max and min values on y-axis horizontally.
    I tried working out with the StripLines, but the problem is I need to assign the values(Max and Min) dyanamicaly from the database.
    Is there any other alternative that i can work

    any sample code is greatly appreciated.

    And my second problem is, i need to navigate to a Detail Report page when the user clicks on a line chart.
    I worked using series.url ="abc.aspx"; --- its working fine, but the problem is i need to open the page in a new browser with the proper height and width instead of navigating to a another page.

    Any alternate suggestions
    Please give me an example code.

    Thanks in Advance


答案

全部回复