Search found 6 matches

by Hermes
Tue Apr 12, 2016 5:40 pm
Forum: .NET
Topic: Bud bars positions
Replies: 2
Views: 8082

Re: Bud bars positions

Solved with:

Steema.TeeChart.Styles.Bar lEstiloSerieBarra = new Steema.TeeChart.Styles.Bar(mGrafico.Chart);
lEstiloSerieBarra.BarWidthPercent = 60;
by Hermes
Tue Apr 05, 2016 8:58 pm
Forum: .NET
Topic: Problem with browser when update to 4.1.2015.12164
Replies: 3
Views: 9507

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...
by Hermes
Fri Mar 04, 2016 1:41 pm
Forum: .NET
Topic: Problem with browser when update to 4.1.2015.12164
Replies: 3
Views: 9507

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
by Hermes
Fri Mar 04, 2016 1:29 pm
Forum: .NET
Topic: Bud bars positions
Replies: 2
Views: 8082

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.
TwoPoints.jpg
With two points
TwoPoints.jpg (195.5 KiB) Viewed 8141 times
TwoPoints.jpg
With two points
TwoPoints.jpg (195.5 KiB) Viewed 8141 times
by Hermes
Thu Aug 27, 2015 8:08 pm
Forum: Wishes and ideas
Topic: Labels
Replies: 6
Views: 38023

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
by Hermes
Wed Aug 26, 2015 8:53 pm
Forum: Wishes and ideas
Topic: Labels
Replies: 6
Views: 38023

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...