Hi
I have an area graph and I added Pointers to each searies to mark each point. The problem is that it effects the legend . I dont want my legend symbols to be like the Pointers because my the points are very small Diamond with size 2. I want it just to be a plane rectangle with color just like it is when the Points is invisible.
Thanks.
legend Symbols
Re: legend Symbols
Hello gcrnd,
If you use the code of last thread I replied here,you only need add these lines, because his application works as you want. See following code:
I hope will helps.
Thanks
If you use the code of last thread I replied here,you only need add these lines, because his application works as you want. See following code:
Code: Select all
//-------------Style Legend-----------------------------------------//
points1.ShowInLegend = false;
tChart1.Legend.LegendStyle = Steema.TeeChart.LegendStyles.Values;
//-------------------------------------------------------------------//
I hope will helps.
Thanks
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |