Solved with:
Steema.TeeChart.Styles.Bar lEstiloSerieBarra = new Steema.TeeChart.Styles.Bar(mGrafico.Chart);
lEstiloSerieBarra.BarWidthPercent = 60;
Search found 6 matches
- Tue Apr 12, 2016 5:40 pm
- Forum: .NET
- Topic: Bud bars positions
- Replies: 2
- Views: 8726
- Tue Apr 05, 2016 8:58 pm
- Forum: .NET
- Topic: Problem with browser when update to 4.1.2015.12164
- Replies: 3
- Views: 10173
Re: Problem with browser when update to 4.1.2015.12164
Hi, the version was the immediately before, we always update when an update arrived. Because we needed to make a demo, I discovered that when there is not a connected net on the notebook, the problem not exists. Is something with the image temporary directory, but I don't figure what. <tchart:WebCha...
- Fri Mar 04, 2016 1:41 pm
- Forum: .NET
- Topic: Problem with browser when update to 4.1.2015.12164
- Replies: 3
- Views: 10173
Problem with browser when update to 4.1.2015.12164
Hi, I have an strange problem since I've updated to 4.1.2015.12164.
The Chart is showed in Chrome (Versión 48.0.2564.116 m) but not in Internet Explorer (Versión 11.0.9600.18205).
Thank you
The Chart is showed in Chrome (Versión 48.0.2564.116 m) but not in Internet Explorer (Versión 11.0.9600.18205).
Thank you
- Fri Mar 04, 2016 1:29 pm
- Forum: .NET
- Topic: Bud bars positions
- Replies: 2
- Views: 8726
Bud bars positions
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.
- Thu Aug 27, 2015 8:08 pm
- Forum: Wishes and ideas
- Topic: Labels
- Replies: 6
- Views: 56653
Re: Labels
Hi Narcís,
yes it is something similar to Sub axes, and yes, I'm a .NET user, even when the images belong to a vb6 application (com control).
If you wanna discuss something else (in spanish better) you can contact me and I'll explain all the details and possible uses.
thank you in advance
yes it is something similar to Sub axes, and yes, I'm a .NET user, even when the images belong to a vb6 application (com control).
If you wanna discuss something else (in spanish better) you can contact me and I'll explain all the details and possible uses.
thank you in advance
- Wed Aug 26, 2015 8:53 pm
- Forum: Wishes and ideas
- Topic: Labels
- Replies: 6
- Views: 56653
Labels
Hi, There's been some years since I made an user interface with a dynamically generated chart (or group of it) that between other things presents labels in a grid form in order to group some descriptions. I made it by calculating spaces occupied for each point and resizing the grid (other control) r...