Search found 22 matches
- Tue Dec 16, 2008 8:35 am
- Forum: VCL
- Topic: Discontinuos legend in TColorGridSeries
- Replies: 1
- Views: 3071
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...
- Thu Jan 24, 2008 2:26 pm
- Forum: VCL
- Topic: Graphic in 3D
- Replies: 1
- Views: 3173
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...
- Thu Jan 17, 2008 9:47 am
- Forum: VCL
- Topic: Last series mark duplicated in histogram plots
- Replies: 1
- Views: 2998
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...
- Tue Nov 27, 2007 9:37 am
- Forum: VCL
- Topic: Problem with library "TeeSurfa" at Console Wizard
- Replies: 4
- Views: 7133
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' ?> <...
- Fri Nov 23, 2007 9:42 am
- Forum: VCL
- Topic: Problem at storing a graphic as JPEG
- Replies: 7
- Views: 7868
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...
- Fri Nov 23, 2007 8:29 am
- Forum: VCL
- Topic: Problem at storing a graphic as JPEG
- Replies: 7
- Views: 7868
- Thu Nov 22, 2007 5:42 pm
- Forum: VCL
- Topic: Problem at storing a graphic as JPEG
- Replies: 7
- Views: 7868
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...
- Thu Nov 22, 2007 3:12 pm
- Forum: VCL
- Topic: Problem with library "TeeSurfa" at Console Wizard
- Replies: 4
- Views: 7133
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. //----------------------...
- Thu Nov 22, 2007 1:18 pm
- Forum: VCL
- Topic: Problem with library "TeeSurfa" at Console Wizard
- Replies: 4
- Views: 7133
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 ...
- Thu Nov 22, 2007 11:54 am
- Forum: VCL
- Topic: Problem at storing a graphic as JPEG
- Replies: 7
- Views: 7868
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...
- Mon Jan 22, 2007 4:48 pm
- Forum: VCL
- Topic: Border and Style of Points in TPointSeries
- Replies: 4
- Views: 7134
- Fri Jan 19, 2007 12:36 pm
- Forum: VCL
- Topic: Border and Style of Points in TPointSeries
- Replies: 4
- Views: 7134
- Fri Jan 19, 2007 11:46 am
- Forum: VCL
- Topic: Border and Style of Points in TPointSeries
- Replies: 4
- Views: 7134
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...
- Thu Jan 26, 2006 1:44 pm
- Forum: VCL
- Topic: Problem with legend of Palette
- Replies: 2
- Views: 4482
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...
- Mon Jan 16, 2006 5:32 pm
- Forum: VCL
- Topic: Logarithmic TcolorGridSeries graphics
- Replies: 5
- Views: 6393
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...