示例:DisplayPens 属性
Private Sub TogglePens() If Trend1.DisplayPens = True Then Trend1.DisplayPens = False Else Trend1.DisplayPens = True End If End Sub
提供反馈
Private Sub TogglePens() If Trend1.DisplayPens = True Then Trend1.DisplayPens = False Else Trend1.DisplayPens = True End If End Sub