Some explanation about what i mean in this discussion:
if you create a Bivariate chart and display it, you can see and copy the script from it (click on red triangular --> Script...).
Once you add a Row Legend to the Bivariate, you can watch its script again and see how the Legend is now part of the Bivariate script.
If you manually use the mouse Right-Click on the Legend and click "Remove" then the Legend script disappears entirely from the Bivariate Script.
But if you write a script to delete the Row Legend by deleting one of the display boxes holding the Legend ( Report(biv_chart)[BorderBox(2)]<<Delete , or OwnerBox(1), or TableBox(1) ) it will only delete the display currently in action. After deleting the display box you can copy the script from the Bivariate and see that it will still have the Legend part embedded in it, which is different form the way by removing the Legend with the Mouse Right-Click.
I think that this fact is responsible for my problem in which I use interactive Bivariate chart with control buttons and when the chart will need to be updated it will then add up all the historical Row Legends I added because those were never removed from the Bivariate Script (if I am manually removing them with the mouse instead of script this problem is not occurring), so i am looking for away to remove the Row Legend form the Bivariate that will be equivalent to the way you use your mouse Right-Click and "Remove" the Legend.
Does anyone knows how to completely remove the Row Legend from a Bivariate chart?
so that the Bivariate script will no longer include the Legend part embedded in it?
thanks