Problem on Horizontal Bar in Silverlight

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Planoresearch
Newbie
Newbie
Posts: 57
Joined: Thu Jun 02, 2011 12:00 am

Problem on Horizontal Bar in Silverlight

Post by Planoresearch » Fri Jan 06, 2012 2:22 pm

Hi Steema Support,

I am using Teechart in Silverlight application .In this I am using HorizBar with these two properties as below:-

HorizBar HorizBarLine=new HorizBar();
HorizBarLine.Add(55);
HorizBarLine.Add(40);
Teechart1.Series.Add(HorizBarLine);
m_HorizBarLine.MultiBar = MultiBars.Stacked
m_HorizBarLine.BarStyle = BarStyles.Cylinder;

It is as desired but there are some horizontal lines over the Bar as shown in figure. I want cylindrical bars without line with gradient effect.
2012-01-06_195312.png
2012-01-06_195312.png (19 KiB) Viewed 3487 times
Please suggest any solution for this problem.

Thanks & Regards
Planoresearch

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Problem on Horizontal Bar in Silverlight

Post by Sandra » Mon Jan 09, 2012 3:21 pm

Hello Planoresearch,

I can reproduce your problem using last version of TeechartSilverlight and I have added your request in bug list report with number [TW24015998]. We will try to fix it for next maintenance releases of TeeChart.Net.

Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply