Problem on Horizontal Bar in Silverlight
Posted: 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.
Please suggest any solution for this problem.
Thanks & Regards
Planoresearch
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.
Please suggest any solution for this problem.
Thanks & Regards
Planoresearch