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