示例: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
提供反馈