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