Page 1 of 1

HorizBar and Bar Series

Posted: Tue Oct 28, 2008 4:02 pm
by 13047002
1) How can I remove the border from a Series on HorizBar. I add points to it with Color.Transparent. But a Border still shows. I then resize and the border dissapears.

2) Bar chart. Sometimes when Creating a bar chart. The first value in the series is not shown unless I resize the chart. Bug? even if I make smaller first bar appears. ;-)

Posted: Tue Oct 28, 2008 4:05 pm
by narcis
Hi Luke,
1) How can I remove the border from a Series on HorizBar. I add points to it with Color.Transparent. But a Border still shows. I then resize and the border dissapears.
You can try using this:

Code: Select all

			horizBar1.Pen.Visible = false;
2) Bar chart. Sometimes when Creating a bar chart. The first value in the series is not shown unless I resize the chart. Bug? even if I make smaller first bar appears.
Could you please send us a simple example project we can run "as-is" to reproduce the issue here and let us know the TeeChart verson you are using?

You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.

Thanks in advance.

Posted: Tue Oct 28, 2008 4:24 pm
by 13047002
Hi the Pen thing worked. Thx.


How ever for the First in series dissapearing try the Bar Gradient example in the Teechart for .Net examples. If you resize the form. you can get first in series to dissapear. I assume its related to this problem.


Also same for Stacking group. Brush Image examples. by resizing the example the first in series can be made to dissapear.

version v2.0.50727 from 23rd spetember. Downloaded and updated last week.

Posted: Thu Oct 30, 2008 10:37 am
by narcis
Hi Luke,

Thanks for the information but I'm still unable to reproduce the issue here. Could you please let me know the exact steps I should follow to reproduce it here?

Thanks in advance.

Posted: Thu Oct 30, 2008 10:40 am
by 13047002
1)Start the TeeChart Feature Demo from Steema Teechart for .Net on Menu
2)Goto the All Features Tab, goto Chart Styles>Standard>Bar Gradient
3) Resize the form width. The first point in sereis dissapears for certain widths.

Posted: Thu Oct 30, 2008 10:51 am
by narcis
Hi Luke,

Thanks for the information. Certainly that's what I tried without success.

Could you please send us a few screenshots or you may even want to record a video so that we can see how you reproduce the problem. You could use free CamStudio.

Thanks in advance.

Posted: Thu Oct 30, 2008 11:10 am
by 13047002
I recorded it unfortunately the newsgroups/upload page are blocked here :-/

Posted: Thu Oct 30, 2008 11:25 am
by narcis
Hi Luke,

Can you please send it to my attention at info at steema dot com?

Thanks in advance.

Posted: Thu Oct 30, 2008 12:12 pm
by 13047002
Sent.

Posted: Mon Nov 03, 2008 10:41 am
by narcis
Hi Luke,

Thanks for the video. I finally could reproduce the issue randomly. I've added it (TF02013516) to the bug list to be investigated.

Posted: Tue Nov 04, 2008 3:12 pm
by 13047002
Alsothis occurs on the horizontalbar. The last point added doesnt always appear.

This is a real problem bug, as I want to use teechart to get an image directly, without showing the control on a gui. This makes teechart unusable for bar charts

Posted: Tue Nov 04, 2008 3:44 pm
by narcis
Hi Luke,

Thanks for the information. This is already a high priority issue to be fixed for next releases. In the meantime, if you send us a simple example project of what you are trying to do we will try to find a workaround to the issue.

Thanks in advance.

Posted: Tue Nov 04, 2008 3:45 pm
by 13047002
for the moment I am just creating the image bigger than the actual one i want, that seems to solve this issue (i hope) =). Teeechart then usees a larger chart size and I just scale it down after pasting.