Search found 32 matches

by Andy
Wed Aug 17, 2011 8:24 am
Forum: VCL
Topic: TColorGrid - Palette/Color Range Difference
Replies: 3
Views: 6969

Re: TColorGrid - Palette/Color Range Difference

Hello Yeray, thank you for your help. Why 2 switches UsePalette and UseColorRange? Can I use both together. I thought one excludes the other. This was probably to keep backwards compatibility. But as you've noticed, the Palette and the ColorRange can't be used together. Oh, now I understand it. The ...
by Andy
Mon Aug 15, 2011 12:58 pm
Forum: VCL
Topic: TColorGrid - Palette/Color Range Difference
Replies: 3
Views: 6969

TColorGrid - Palette/Color Range Difference

Hello ! I do not really understand the difference between Palette and ColorRange and how do the work. First of all: Why 2 switches UsePalette and UseColorRange? Can I use both together. I thought one excludes the other. The formular for color calculation of the palette I found: Procedure TSurfaceSer...
by Andy
Thu Jun 30, 2011 11:44 am
Forum: VCL
Topic: To raw point size increment
Replies: 3
Views: 6844

Re: To raw point size increment

Hi Andreas, So I miss the feature to draw f.e. a 6x6 rect-point (only with border). I can draw 6x6 transparent pointers like this: uses Series; procedure TForm1.FormCreate(Sender: TObject); var Series1: TPointSeries; begin Series1:=TPointSeries.Create(Self); Series1.FillSampleValues; Series1.Pointe...
by Andy
Mon Jun 27, 2011 3:00 pm
Forum: VCL
Topic: To raw point size increment
Replies: 3
Views: 6844

To raw point size increment

Hello I use TChart V7.12 Vcl. I use scatter plots with a lot of points. I want to optimize the the points size so that I get beauty plots. Unfortunately in TeeChart I must configure the point radius and not the diameter. So I get for a RectShape without border the sizes: 2x2 4x4 6x6 8x8 etc. I miss ...
by Andy
Wed Apr 13, 2011 2:44 pm
Forum: VCL
Topic: TContourSeries-custom Levels
Replies: 5
Views: 9296

TContourSeries-custom Levels

Hello ! I use TeeChartPro 7 Vcl. First I began with TColorGridSeries and figured out how to configure custom Palette-Levels. This workes fine. Now I want to adapt this feature to contour-series. I want to reconfigure its Levels (Isoline numbers). In the TeeChartPro demo I found following code proced...
by Andy
Wed Apr 06, 2011 1:33 pm
Forum: VCL
Topic: Bug TColorgird TAnnotation Combination
Replies: 3
Views: 6589

Re: Bug TColorgird TAnnotation Combination

Hi Narcís, thank you for the answer. Indeed your code works. The code Series1->IrregularGrid=false; was the problem. As I see the TColorgrid works in general not in inregular grid mode with negative values (althought the values are filled regular means äquidistant). The colorfields are show only in ...
by Andy
Wed Apr 06, 2011 9:17 am
Forum: VCL
Topic: Bug TColorgird TAnnotation Combination
Replies: 3
Views: 6589

Bug TColorgird TAnnotation Combination

Hello I use TChart V7 vor VCL and test the TColorgrid for the first time. I found the following bugs. 1. Grildline are cutted for negative values x -10 10 y -10 10 For negative x and y you see no gird lines for negative x only vertical lines are drawn for negative y only horizontal lines are drawn 2...
by Andy
Thu Nov 12, 2009 9:11 am
Forum: VCL
Topic: TBarseries wrong barwidth on not automatic axis
Replies: 2
Views: 5296

Re: TBarseries wrong barwidth on not automatic axis

Thank you for the answer.
The result looks perfect for me - that is what I expected.
Ok I will update.
by Andy
Tue Nov 10, 2009 2:53 pm
Forum: VCL
Topic: TBarseries wrong barwidth on not automatic axis
Replies: 2
Views: 5296

TBarseries wrong barwidth on not automatic axis

Hello ! I use TChart 7.12 VCL. You can produce the error with the TChart-Editor: Insert a TBarseries fill it with 3 samples. The x-Points are: 0. Bar -0.5 .. 0.5 1.Bar 0.5 .. 1.5 3. Bar 1.5 .. 2.5 Thats ok, but when you widen the x-Axis range maybe to -3 .. 10 the bar have different width and positi...
by Andy
Wed Oct 28, 2009 8:20 am
Forum: VCL
Topic: Circle shape center at invalid position
Replies: 7
Views: 10401

Re: Circle shape center at invalid position

Thank you for the help.
I uploaded the files again.

I made "hardcopys" of some chart areas with a lense tools.
Maybe you can take a look on it and find out if its is a vcl-problem.
The circle_move_error.bmp shows a point at coordinate (0,0), but it doesnt look so.

Bye
Andreas
by Andy
Tue Oct 27, 2009 1:18 pm
Forum: VCL
Topic: Circle shape center at invalid position
Replies: 7
Views: 10401

Re: Circle shape center at invalid position

I had uploaded the files with the webinterface - The "upload attachment" tabpage.
But I do not really understand this function.
Are the files connected to the current discussion thread and where one can find them?

I uploaded it again at your upload page, now!
by Andy
Mon Oct 26, 2009 4:16 pm
Forum: VCL
Topic: Circle shape center at invalid position
Replies: 7
Views: 10401

Re: Circle shape center at invalid position

Hello Yeray ! Yes, I use code like this. The example I tried to show in the ASCII-Fomat I cannot reproduce. (May be I had linewidth 2, then I get such results) In the 3 attached examples you can see 2 asymmetic circles and one at the coordinates (0,0). Here you see the x/y grid of the chart, at red ...
by Andy
Mon Oct 26, 2009 1:39 pm
Forum: VCL
Topic: Circle shape center at invalid position
Replies: 7
Views: 10401

Circle shape center at invalid position

Hello ! I use TChart 7.12 and have have problems with a TLineseries, if I set its SeriesPointer->Style = psCircle. HorizSize and VertSize to the same so that I should get circles. 1. For small sizes 3-7 the cicle shapes does not look very beautifull as a circle Should the shape not be symmetic in x ...
by Andy
Tue Jun 02, 2009 3:55 pm
Forum: VCL
Topic: Export to bitmap - transparenz area
Replies: 3
Views: 6179

Hi Andreas, I've seen that this works fine with v8 so I'm afraid that you should downgrade to the last v7 that works fine for you or upgrade to v8. Unfortunatel I have no setup of the old version for 2007. It is a complete other setup. Where can I get it? But I guess it has to do with the 2007 vers...
by Andy
Tue Jun 02, 2009 1:05 pm
Forum: VCL
Topic: Export to bitmap - transparenz area
Replies: 3
Views: 6179

Export to bitmap - transparenz area

Hello ! I updated Tchart from 7.06 to 7.12 (win32) seen in Features Demo About box. (Additional I updaded from BCB 5.0 to 2007 and a new computer) I choosed the area demo and changed the transparency of a series. If I export to png I see in the old version a tansparent area in the new not. In the ne...