Hi,
First of all i want to tell you that i want to develop a Realtime multiple y-axis chart
application. In that chart all y axis parameters having a min value and max value so i want
to fix the scale for all y axis . X axis will represent time , so say for every 10 milli second
interval all y axis parameter will change and i have to update the chart for that instance as
well.
so my problem is can i fix the y scale by setting it's label property but when i set the label
property i cannot able to apply the data of y axises . whenever i set label for y axis and
apply a LineLayer to it , no graph plotted at all ?
In short i want to fix min and max value of yaxis in realtime also . Only x axis value will
change on the scale according to that graph will plot.
Thanks in advance . |