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