Search found 22 matches

by Elisabet
Tue Dec 16, 2008 8:35 am
Forum: VCL
Topic: Discontinuos legend in TColorGridSeries
Replies: 1
Views: 2923

Discontinuos legend in TColorGridSeries

Before migrating to Teechart v8 we used v6 and with a TColorGridSeries we achieved a continuous legend with the following configuration: Legend.Bevel = bvLowered Legend.BevelWidth = 1 Legend.ColorWidth = 50 Legend.LegendStyle = lsValues Legend.Symbol.Continuous = True Legend.Symbol.Width = 50 Legend...
by Elisabet
Thu Jan 24, 2008 2:26 pm
Forum: VCL
Topic: Graphic in 3D
Replies: 1
Views: 3090

Graphic in 3D

Hello, I want to plot using Teechart a graphic kind of complicated in 3D. In the plane XY It is situated a map of Europe, and upper this map different points with different colours and different positions (x,y,z) are situated. Currently I have Teechart Pro 6, in that version it is not possible plott...
by Elisabet
Thu Jan 17, 2008 9:47 am
Forum: VCL
Topic: Last series mark duplicated in histogram plots
Replies: 1
Views: 2915

Last series mark duplicated in histogram plots

Hello, I use TeeChart Pro v6 under C++ Borland Builder 6. I have a program that automatically plots the histogram graphics and store them in jpg format using the function “TeeSaveToJPEGFile“ from Teechart library. Most of the times it is observed that the last series mark, which shows the value of t...
by Elisabet
Tue Nov 27, 2007 9:37 am
Forum: VCL
Topic: Problem with library "TeeSurfa" at Console Wizard
Replies: 4
Views: 6729

Thank you so much for your help. At the end, I found the solution. It was a problem with the compilation options. In case someone has the same error as I had, I attach the main features of the file .bpr which compiles correctly. Thanks again for the support. <?xml version='1.0' encoding='utf-8' ?> <...
by Elisabet
Fri Nov 23, 2007 9:42 am
Forum: VCL
Topic: Problem at storing a graphic as JPEG
Replies: 7
Views: 7397

We are thinkg of updating the Teechart version. Teechart version 8 is compatible with Borland C++ Builder v6?? You said in your last response that you have sent me an example project doing what I requested. How can I see that exapmle project? Where have you sent me that project? Thank your. Best reg...
by Elisabet
Fri Nov 23, 2007 8:29 am
Forum: VCL
Topic: Problem at storing a graphic as JPEG
Replies: 7
Views: 7397

Thank you so much for your answer, that seems a good solution. But I'm afraid that TRectangleTool is not included in realese 6 because I do not see it in my TChart Tools. In which Teechart release that tool is included?
Anyway, thank you again for your fast and good support.

Elisabet
by Elisabet
Thu Nov 22, 2007 5:42 pm
Forum: VCL
Topic: Problem at storing a graphic as JPEG
Replies: 7
Views: 7397

Hello again, Thank you so much for your support, that method works much better!! Just one question more. I need to include a Timage over the Tchart, but I don’t want to include it in the Series, I want it to be down the legend. I have tried to include a Timage using the Tchart Tools option, but this...
by Elisabet
Thu Nov 22, 2007 3:12 pm
Forum: VCL
Topic: Problem with library "TeeSurfa" at Console Wizard
Replies: 4
Views: 6729

Hello again, Thank you so much for your fast response. I don’t really understand how I can register the series that I need. I’ve tried to include in the library “TeeEditPro.hpp” in the file “unit.cpp” of the corresponding graphic form. Unfortunately, the error keeps showing. //----------------------...
by Elisabet
Thu Nov 22, 2007 1:18 pm
Forum: VCL
Topic: Problem with library "TeeSurfa" at Console Wizard
Replies: 4
Views: 6729

Problem with library "TeeSurfa" at Console Wizard

Hello, In Borland C++ Builder 6.0, I am working in a project that is run in Batch mode, I mean from the windows command lines. This project has been created as a Console Wizard (C++, “Use CLX” and “use Console Application” activated). Now I want to include a graphic plotted by TeeChart 6 which uses ...
by Elisabet
Thu Nov 22, 2007 11:54 am
Forum: VCL
Topic: Problem at storing a graphic as JPEG
Replies: 7
Views: 7397

Problem at storing a graphic as JPEG

Hello, I need to store as JPEG a graphic which includes a Tchart and Labels (over the Tchart). I use Borland C++ Builder 6.0 and Teechart. The method that I use is the following: //-------------------------------------------------------------------------------------------- Graphics::TBitmap *TmpForm...
by Elisabet
Mon Jan 22, 2007 4:48 pm
Forum: VCL
Topic: Border and Style of Points in TPointSeries
Replies: 4
Views: 6337

One question more, how can I set to bold the text labels in a Point Series?

I've tried: Series1->Marks->Font->Style = Bold;

Thank you
by Elisabet
Fri Jan 19, 2007 12:36 pm
Forum: VCL
Topic: Border and Style of Points in TPointSeries
Replies: 4
Views: 6337

Thank you so much. I have tried what you said and It works.
by Elisabet
Fri Jan 19, 2007 11:46 am
Forum: VCL
Topic: Border and Style of Points in TPointSeries
Replies: 4
Views: 6337

Border and Style of Points in TPointSeries

Hello, I need to assign by code the type of points that I want to use in a “TpointSeries” Series. The parameters that I want to access are: Style of points (Square, Circle, Diagonal Cross…) And Border (set it to None) I have tried the following but it doesn’t work: Series1->Style = psCircle; Series1...
by Elisabet
Thu Jan 26, 2006 1:44 pm
Forum: VCL
Topic: Problem with legend of Palette
Replies: 2
Views: 4219

Problem with legend of Palette

Hello, I’ve used the Default Palette of type Pale and the Legend is not the correspondent with the colors used in the draw. The first orange color (Series1->Palette[0].Color) is duplicated in the legend and the last color (Series1->Palette[maxIndex].Color) is not shown in the legend. I want to assig...
by Elisabet
Mon Jan 16, 2006 5:32 pm
Forum: VCL
Topic: Logarithmic TcolorGridSeries graphics
Replies: 5
Views: 6153

I want to write the legend myself. I mean. I want to write a color with the correspondent value. For example, I could write a little square colored by red and close to it the number 5. In other row, another color with diferent number and so on. In other hand. I have a TBarSeries and in the legend mu...