03-02-2010 11:15 PM
Hi all,
I'm using the X-Y graph for the plot (comparison) of two datasets.
I have manually given each of the two datasets a name which appear in the legend.
The problem is once the graph is updated then the plot name in the legend for one(1) of the plots reverts to "Plot 1".
How do I stop it from doing this? I want to fix the names of the plots in the legend.
Thanks,
Battler.
03-03-2010 04:04 AM
Hi Battler,
I can't think why one of the plots would lose it's defined name unless you are setting the data in a bizarre way.
You can always set the plot legend name each time you update the data by using a property node for the XY graph and setting two properties:
1. Set the ActivePlot property to 1 (0 is the first plot, 1 the second plot)
2. Set the Plot.PlotName property to your desired string.
03-03-2010 06:11 PM
Hi Thoric,
I'm displaying the graph data using an array of two clusters, that's all.
I will try setting the property nodes.
Thanks for your help.