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.
Bud bars positions
Bud bars positions
- Attachments
-
- With three points
- ThreePoints.jpg (197.05 KiB) Viewed 8739 times
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Bud bars positions
Hello Hermes,
Would you please be so kind as to post here a Short, Self Contained, Correct (Compilable), Example with which we can reproduce your issue?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.
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 |
Re: Bud bars positions
Solved with:
Steema.TeeChart.Styles.Bar lEstiloSerieBarra = new Steema.TeeChart.Styles.Bar(mGrafico.Chart);
lEstiloSerieBarra.BarWidthPercent = 60;
Steema.TeeChart.Styles.Bar lEstiloSerieBarra = new Steema.TeeChart.Styles.Bar(mGrafico.Chart);
lEstiloSerieBarra.BarWidthPercent = 60;