|
|
DQChart Control > Methods > Chart |
Chart
Applies to: |
DQChart Active X Control |
Description: |
Takes variant data from the buffer and plots it displaying a waveform(s) in the chart. |
Syntax: |
DQChart1.Chart |
Example: |
Private Sub DataqSdk1_ NewData(ByVal Count As Integer) DQChart1.Chart (DataqSdk1. GetData) End Sub
Private Sub Start_Click() DataqSdk1. Start End Sub
Private Sub Stop_Click() DataqSdk1. Stop End Sub |