Example: BufferSize Property
Private Sub Form_Load() ' Store 600 data points for each pen after it scrolls off the chart. Trend1.BufferSize = 600 End Sub
Provide Feedback
Private Sub Form_Load() ' Store 600 data points for each pen after it scrolls off the chart. Trend1.BufferSize = 600 End Sub