Hello:
I have been trying to create a Legend where I can add whatever number of items and set of colors independently from the number of existent series.
Is this possible? If so how would you do this?
Thanks!
Juan.
How to harcode a Legend names and Colors
Re: How to harcode a Legend names and Colors
I have a Single Series but must have several items in the Legend.
If I use Several Series then all items in the Legend appear correctly but the bars are misaligned to the range values. Any comments?
If I use Several Series then all items in the Legend appear correctly but the bars are misaligned to the range values. Any comments?
Re: How to harcode a Legend names and Colors
Hi Juan,
You could create your own subclass of Legend and put whatever you want into the draw(...) method. Aside from that, I don't think there is another way to do this.
Regards,
DG.
You could create your own subclass of Legend and put whatever you want into the draw(...) method. Aside from that, I don't think there is another way to do this.
Regards,
DG.