Search found 1194 matches

by Marc
Tue May 22, 2007 8:30 am
Forum: .NET
Topic: Licensing changed after upgrade from VS2003 to VS2005
Replies: 18
Views: 23139

Hello alexs, The machine that compiles the end-application should have a TeeChart designtime license installed. You can use the TeeReg utility (available on customer download page) to install that. The licenses.licx file of the project should include the TeeChart line, similar to that in your dll pr...
by Marc
Wed May 16, 2007 11:54 am
Forum: VCL
Topic: Compiling Projects w. TChart Components wo. TChart install
Replies: 6
Views: 9063

Hello Max,

Installation of TeeChart on a department build-only machine is acceptable though any subsequent coding with the TeeChart API at those machines will require a Developer License.

Regards,
Marc Meumann
by Marc
Tue May 15, 2007 2:12 pm
Forum: ActiveX
Topic: the problem background window is printed whenever operating
Replies: 3
Views: 20759

Hello, We're not able to reproduce the problem here yet. There was a similar issue relating to multiple popup windows of Internet Explorer. Chart repaints were not correctly taking place across different browser windows. Please check and disable the 'Show Window contents while dragging' option to co...
by Marc
Fri Apr 27, 2007 8:32 am
Forum: .NET
Topic: A little help with Margin settings on my chart please
Replies: 4
Views: 6909

Hello, The Chart works on the basis of fitting based on the calculation of the Margin with respect to principle Axes and their elements (Labels, Ticks, Axis Pen). It does not do so for Custom Axes as they were conceived as 'custom' to expressly permit the custom definition of contents. A couple of o...
by Marc
Wed Apr 11, 2007 8:44 am
Forum: .NET
Topic: Teechart and single DLL (GetLicense issue)
Replies: 1
Views: 2852

Hello, If you do not have access to the final project that uses your dll then you need to distribute a version of TeeChart without license control. Please note that TeeChart may not be coded in a designtime environment without a Developer License (the license controlled version is intended to reduce...
by Marc
Fri Mar 23, 2007 2:59 pm
Forum: Java
Topic: Diversas marcas fijas en una gráfica estática
Replies: 7
Views: 19875

Hola Carlos, Si. Lo podrias hacer con Annotation. Una manera seria utilizar 'clicked' del Series. Ej. private int pointIndex=-1; private void initTChart(){ tChart.setHeight(100); tChart.setMinimumSize(new java.awt.Dimension(100, 100)); tChart.setPreferredSize(new java.awt.Dimension(100, 100)); tChar...
by Marc
Fri Mar 23, 2007 11:40 am
Forum: Java
Topic: Diversas marcas fijas en una gráfica estática
Replies: 7
Views: 19875

Hola Carlos, Para conseguir Marcas permanentes: Ejemplo: Setting Marks to Visible lineSeries = new com.steema.teechart.styles.Line(tChart.getChart()); lineSeries.getMarks().setVisible(true); Se puede modificar otros aspectos de las marcas por la misma clase: Ej. lineSeries.getMarks().setBackColor(co...
by Marc
Fri Mar 23, 2007 11:21 am
Forum: Java
Topic: Problems with late drawing response
Replies: 1
Views: 8575

Hello, We have tried your code in a new project and found it to work without any apparent time overhead. To confirm the code we used: private void initTChart(){ tChart.setHeight(100); tChart.setMinimumSize(new java.awt.Dimension(100, 100)); tChart.setPreferredSize(new java.awt.Dimension(100, 100)); ...
by Marc
Thu Mar 22, 2007 11:43 am
Forum: .NET
Topic: Problem with Series Collection Editor
Replies: 10
Views: 10323

Hello Jeff, Thankyou for your comments about the Tutorial file. The entry should be written as: The data members for Pie are: - Angle - Pie - Labels The table in the documentation will be updated to reflect the correct names. The data members names may be seen when using the Chart Editor and going t...
by Marc
Wed Mar 21, 2007 4:06 pm
Forum: .NET
Topic: Setting Zoom Rectangle Pattern has no effect.
Replies: 10
Views: 15769

Hello,

Issue resolved and included for next maintenance release.

Regards,
Marc
by Marc
Tue Mar 20, 2007 7:49 pm
Forum: .NET
Topic: Tooltip when mouse over point (not line)
Replies: 1
Views: 3670

Hello Andreas, You could use the ClickableLine property. Eg. private void Form1_Load(object sender, EventArgs e) { line1.Pointer.Visible = true; line1.FillSampleValues(10); line1.ClickableLine = false; } private void tChart1_MouseMove(object sender, MouseEventArgs e) { if (line1.Clicked(e.X, e.Y) !=...
by Marc
Tue Mar 20, 2007 7:24 pm
Forum: .NET
Topic: Problem with Series Collection Editor
Replies: 10
Views: 10323

Hello Jeff, Normally when one dblclicks on the icon of a Series in the ChartListbox it opens the Gallery as below: http://www.steema.com/products/teechart/screenshots/gallery.jpg Please could you confirm if that is what you see and if not please could you send us a code sample of how to call the Edi...
by Marc
Tue Mar 20, 2007 6:30 pm
Forum: .NET
Topic: Legend on the right gives an exception.
Replies: 16
Views: 21523

Hello,

The problem has been reproduced in v1 and corrected for the next maintenance release.

Regards,
Marc Meumann
by Marc
Tue Mar 20, 2007 6:14 pm
Forum: .NET
Topic: Problem with loading template files
Replies: 9
Views: 15433

Hello, Hmmm.... Re. foreach (Steema.TeeChart.Tools.MarksTip mt in tChart1.Tools) { mt.GetText += new Steema.TeeChart.Tools.MarksTipGetTextEventHandler(marksTip1_GetText_1); } The code appears to work on the test project you uploaded when added before the end of the button1_Click method. Only other c...
by Marc
Tue Mar 20, 2007 5:57 pm
Forum: .NET
Topic: KeyShift does nothing
Replies: 11
Views: 16643

Hello Vaughan, I see you have posted an update status for many issues reported for TeeChart for .NET v1, many of them originally reported quite some time ago. Thankyou for bringing them to our attention. Several of those issues have been resolved in version 2 since its release in 2005 but have not b...