Bud bars positions

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Hermes
Newbie
Newbie
Posts: 6
Joined: Wed May 20, 2015 12:00 am

Bud bars positions

Post by Hermes » Fri Mar 04, 2016 1:29 pm

Hi, when show two points, the las bar of first point and the last of the first are drawn one over the other in part. This doesn't occur with three points.
TwoPoints.jpg
With two points
TwoPoints.jpg (195.5 KiB) Viewed 8110 times
TwoPoints.jpg
With two points
TwoPoints.jpg (195.5 KiB) Viewed 8110 times
Attachments
ThreePoints.jpg
With three points
ThreePoints.jpg (197.05 KiB) Viewed 8104 times

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: Bud bars positions

Post by Christopher » Fri Mar 04, 2016 3:09 pm

Hello Hermes,
Hermes wrote:Hi, when show two points, the las bar of first point and the last of the first are drawn one over the other in part. This doesn't occur with three points.
Would you please be so kind as to post here a Short, Self Contained, Correct (Compilable), Example with which we can reproduce your issue?
Best Regards,
Christopher Ireland / 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

Hermes
Newbie
Newbie
Posts: 6
Joined: Wed May 20, 2015 12:00 am

Re: Bud bars positions

Post by Hermes » Tue Apr 12, 2016 5:40 pm

Solved with:

Steema.TeeChart.Styles.Bar lEstiloSerieBarra = new Steema.TeeChart.Styles.Bar(mGrafico.Chart);
lEstiloSerieBarra.BarWidthPercent = 60;

Post Reply