I have to display many signals in a Digital Graph with an exactly height in pixels selected by the user, for each signal. The reason of this is that I have to visualize on the left of the graph a Listbox with names, symbols... and each cell must have the same height of each signal. What I have done until now is to set the height of the signals is setting the Yscale maximum property of the graph.
But what I think is that the signals have different height. For example, if I set 50 pixels for signal and cells, the result is very bad !
Some suggestion ?
Many thanks.