示例:DisplayTime 属性

Private Sub ToggleTime() If Trend1.DisplayTime = True Then Trend1.DisplayTime = False Else Trend1.DisplayTime = True End If ' The time appears only if the pen values are displayed. Trend1.DisplayPenValues = True End Sub
提供反馈
对本文档有问题或反馈吗? 请在这里提交您的反馈
Normal