Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Call javascript function on AutoRefresh

Hi,

 

I need to call one javascript function as soon as the timer Ticks,in the following code.Please help me out.

 

<ni:WaveformGraph ID="ChannelGraph" runat="server" Width="620" Height="250">
  <XAxes>
    <ni:XAxis AutoSpacing="False" InteractionMode="None" Mode="StripChart" Visible="False">
    </ni:XAxis>
  </XAxes>
 

  <YAxes>
    <ni:YAxis Mode="Fixed" Range="-1,100" Visible="False">
    </ni:YAxis>
  </YAxes>
</ni:WaveformGraph>

Spoiler
Spoiler
<ni:AutoRefresh ID="GraphRefresh" runat="server" Interval="00:00:1.000" OnRefresh="OnRefresh">
  <DefaultRefre**bleep**ems>
    <ni:Refre**bleep**em ItemID="ChannelGraph" />
  </DefaultRefre**bleep**ems>
</ni:AutoRefresh>

 

 

 

0 Kudos
Message 1 of 1
(4,978 Views)