示例:CurrentScaleMax 和 CurrentScaleMin 属性

Private Sub DisplayCurrentMinMax_Click() 'get the current min/max for a pen to output to a report txtCurrentMin = Trend1.Pens.Item(1).CurrentScaleMin txtCurrentMax = Trend1.Pens.Item(1).CurrentScaleMax End Sub
提供反馈
对本文档有问题或反馈吗? 请在这里提交您的反馈
Normal