Example: CurrentScaleMax and CurrentScaleMin properties
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
Provide Feedback