第一个问题,
属性->序列->在第二Y轴上画

解决方案 »

  1.   

    哦,不是Y,是X
    属性->轴网格->X->主...->样式->NULL
      

  2.   

    通过程序完成可能是ShowGuideLine Property
          Returns or sets a value that determines whether or not the connecting data point lines on a chart are displayed for a series.Syntaxobject.ShowGuideLines (axisId, index) [ = boolean ]The ShowGuideLine property syntax has these parts:Part Description 
    object Anobject expression that evaluates to an object in the Applies To list. 
    axisId Integer. A VtChAxisId constant describing the series axis you want to set this property for. 
    index Integer. An integer reserved for future use. For this version of MSChart control, 1 is the only valid value for this argument. 
    boolean ABoolean expression that controls whether the series is charted on the secondary axis, as described in Settings. 
    SettingsThe settings for boolean are:Setting Description 
    True The series guidelines are displayed. 
    False (Default) The series guidelines are not displayed. 和AxisId Property
          Returns a specific axis that intersects with the current axis.Syntaxobject.AxisIdThe object placeholder represents anobject expression that evaluates to an object in the Applies To list.Return ValueThe return value is an integer that identifies the intersecting axis.具体请参考MSDN
    (我也没有用程序来完成过)
      

  3.   

    我为什么一把Y2轴的显示属性设成true,就出错呢?别的轴都没问题