Search found 3132 matches

by Sandra
Fri Jan 16, 2009 10:02 am
Forum: .NET
Topic: Saving custom colors
Replies: 1
Views: 4163

Hi UserLS!

I'm afraid this is not possible for now. I have added your request to the wish-list to be investigated and considered for inclusion in future releases.

Thank.


Best Regards,
Sandra Pazos

Steema Support Central
http://support.steema.com
by Sandra
Thu Jan 15, 2009 10:13 am
Forum: .NET
Topic: How to make tooltips never leave until mouse move out
Replies: 3
Views: 6722

Hello mks-ydi, We have found a way for your problem. You have used a very simple tooltip in the MouseEvent or SeriesClick, as you will see on next exemple: private void tChart1_MouseMove(object sender, MouseEventArgs e) { int index = bar1.Clicked(e.X, e.Y); if (index != -1) { string tmpText = bar1.Y...
by Sandra
Wed Jan 14, 2009 10:50 am
Forum: .NET
Topic: How to make tooltips never leave until mouse move out
Replies: 3
Views: 6722

Hello mks-ydi, For the moment is not possible to use AutoPopDelay to set the time that tooltips will stay, why I recomended than you use Annotation tools. You can use annotation tools, with events ClickSeries or MouseMove. You can use this code for exemple: private void tChart1_MouseMove(object send...
by Sandra
Mon Jan 12, 2009 9:51 am
Forum: VCL
Topic: Fixed legend position
Replies: 3
Views: 6454

Hi johnnix!! You can solve the problem using event AfterDraw with the corresponent code, for exemple: procedure TForm1.Chart1AfterDraw(Sender: TObject); var x,y:Integer; begin Chart1.Legend.CustomPosition:=True; x:=Chart1.ChartRect.Left; y:=Chart1.ChartRect.Top; Chart1.Legend.Left:=x; Chart1.Legend....
by Sandra
Mon Jan 05, 2009 9:42 am
Forum: .NET
Topic: Printing with SeriesBandTool has a problem
Replies: 7
Views: 13758

Hi Srinivas Avancha! We can't see an obvious location in the TeeChart code where a rendering problem might occur that might not be a problem local to a printer driver and we are unable to recreate the problem on a generic postscript printer here. The TeeChart SeriesBand Tool calls the standard Graph...
by Sandra
Tue Dec 30, 2008 10:42 am
Forum: .NET
Topic: Printing with SeriesBandTool has a problem
Replies: 7
Views: 13758

Hi

Hi Srinivas Avancha, We don't have a printer on your list to check with here. The nearest we have is the HP 2600n which is not Postscript (please confirm whether the 3600 on your list is using JetReady rather than Postscript as this may affect implication of the issue). We have tested to a virtual P...
by Sandra
Mon Dec 29, 2008 12:45 pm
Forum: .NET
Topic: Ambiguous name in namespace
Replies: 3
Views: 6515

Hi Yacu, Could you please send us a simple example project we can run "as-is" to reproduce the problem here? You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page Thanks in advance. Best Regards, Sandra Pazos Steema Support Central http://s...
by Sandra
Wed Dec 24, 2008 8:38 am
Forum: .NET
Topic: Printing with SeriesBandTool has a problem
Replies: 7
Views: 13758

Srinivas Avancha

Could you please try update your PS printer drivers version and let us know the exact printer model?


Thanks, in advanced



Best Regards
Sandra Pazos
by Sandra
Tue Dec 23, 2008 10:37 am
Forum: .NET
Topic: Legend drawing
Replies: 4
Views: 7209

Hi UserLS, If you want than graph isn't loosing its labels, when you been resizing the graph, you have two options: Option1: tChart1.Axes.Bottom.Labels.Separation = 0; If this solution isn't enought, you can do: Option2: tChart1.Axes.Bottom.Labels.Items.Clear(); for (int i = 0; i < bar1.Count; i++) ...
by Sandra
Mon Dec 22, 2008 10:26 am
Forum: .NET
Topic: Printing with SeriesBandTool has a problem
Replies: 7
Views: 13758

Hi Srinivas Avancha! We checked your problem with virtual PostScript printer from Adobe and your problem doesn't occur. We are using TeeChart for .NET v3 version that was posted last Friday at the client download area. Could you please test with virtual PostScript printer from Adobe? http://www.adob...
by Sandra
Wed Dec 17, 2008 8:58 am
Forum: .NET
Topic: Legend display is incorrect in 3.5 version
Replies: 9
Views: 12832

Hi Natalia Does it mean you confirm that the problem exists? Yes, exist the problem. Which version should we expect it to be fixed in? Updated version teeChart appears in forums, but I am not sure when. You can look forums often :D. What should we do meanwhile? We can not really use it as it is - is...
by Sandra
Tue Dec 16, 2008 9:12 am
Forum: .NET
Topic: Legend display is incorrect in 3.5 version
Replies: 9
Views: 12832

Hello Natalia!!

We checked your problem and We put in list to be investigated for new versions.

Thanks.


Best Regards
Sandra Pazos


Steema Support Central
http://support.steema.com
by Sandra
Thu Dec 11, 2008 9:12 am
Forum: .NET
Topic: Maximum number of colors in a palette?
Replies: 4
Views: 7654

Hi jenb!

It depents the palette than you choose, but if you can know maximum number of colors you could use property lenght for palettes colors, because palettes are tables.


Best Regards
Sandra



Steema Support Central
http://support.steema.com
by Sandra
Thu Dec 11, 2008 8:52 am
Forum: .NET
Topic: Maximum number of colors in a palette?
Replies: 4
Views: 7654

Hi jenb!

As an update to Opera palette issue (TF02013634), we found that it is not a bug. It's behaviour of TeeChart .Net, such as I suggest assigned the colors manually, thus you can choose the color.





Best, Regards
Sandra


Steema Support Central
http://support.steema.com
by Sandra
Tue Dec 09, 2008 9:42 am
Forum: .NET
Topic: Maximum number of colors in a palette?
Replies: 4
Views: 7654

Hi jenb!

We find a bug, when you used opera palette, I suggest that you assigned the colors manually in code.


Best, Regards
Sandra


Steema Support Central
http://support.steema.com