示例:DisplayMilliseconds 属性

Private Sub ToggleMilliseconds() If Trend1.DisplayMilliseconds = True Then Trend1.DisplayMilliseconds = False Else Trend1.DisplayMilliseconds = True End If ' Show the affected times Trend1.XAxis.DisplayScale = True End Sub
提供反馈
对本文档有问题或反馈吗? 请在这里提交您的反馈
Normal