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