Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

YAxis Index of Waveformgraph.YAxisRangeChanged Event

Hi Everyone,

is there a possiblity to get the index of the YAxis, if three plots in the Waveformgraph Graph1 with YAxis are used:

private void Graph1_YAxisRangeChanged(object sender, NationalInstruments.UI.YAxisEventArgs e)
{
    NationalInstruments.UI.WindowsForms.WaveformGraph graph = (NationalInstruments.UI.WindowsForms.WaveformGraph) sender;
    Debug.Write(graph.Name);
} 

Reason for this is, that I would like to restrict the minimum range used in the different plots.

 

Thanks in advance,
Michael

0 Kudos
Message 1 of 2
(1,916 Views)

Hi,

 

Were you able to find solution to this question?

Best Regards,
TK
Certified LabVIEW Architect (CLA)

0 Kudos
Message 2 of 2
(1,844 Views)