示例:定制范围
Private Sub SetCustomRange() With Trend1 With .YAxis .MinMaxOption = rstCustomMinMax .CustomMinOption = rstCustomMinMaxValue .CustomMaxOption = rstCustomMinMaxValue .CustomMin = -100 .CustomMax = 100 End With End With End Sub
提供反馈