MSDN > 論壇首頁 > Chart Controls for .NET Framework > How can you limit AxisY to 4 intervals
發問發問
 

已答覆How can you limit AxisY to 4 intervals

  • Monday, 29 June, 2009 20:30bennyb 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    I have a dynamic line chart which ranges from 0 to 1.4. For some reason, the chart's y-axis interval are:
    0, 0.2, 0.4, 0.6, 0.8, 1, 1.2, 1.4
    Is there any way to limit the intervals to just 4 intervals, i.e.:
    0, 0.5, 1.0, 1.5

    ???

解答

所有回覆