Page 1 of 1

legend Symbols

Posted: Mon Nov 23, 2009 3:23 pm
by 9092401
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.

Re: legend Symbols

Posted: Wed Nov 25, 2009 12:02 pm
by 10050769
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:

Code: Select all

  
           //-------------Style Legend-----------------------------------------//
            points1.ShowInLegend = false;
            tChart1.Legend.LegendStyle = Steema.TeeChart.LegendStyles.Values;
           //-------------------------------------------------------------------//

I hope will helps.

Thanks