Search found 18 matches

by Stanislaw
Wed Aug 15, 2012 7:33 am
Forum: VCL
Topic: Abstract Error in latest version
Replies: 6
Views: 12148

Re: Abstract Error in latest version

Dear Yerray, A similar error appears also with previous version 2012.05.120327, with the chart tool ColorLine. I use Delphi XE2 with Hotfix4. Please note, that the newest version of TeeChart was instaled earlier in my system, then it was removed using standard deinstallation procedure. Later it was ...
by Stanislaw
Wed Jul 25, 2012 5:29 pm
Forum: VCL
Topic: Axis labels displayed incorrectly in release 06.120613
Replies: 7
Views: 9996

Re: Axis labels displayed incorrectly in release 06.120613

Hi Yeray, Please use the following code: procedure TForm1.FormCreate(Sender: TObject); begin Series1.Add(0); Series1.Add(945); Chart1.LeftAxis.MaximumRound:= true; end; The older release shows the tick and label "1000" on top of the left axis (as one can expect), the new release shows the tick but n...
by Stanislaw
Tue Jul 24, 2012 7:54 am
Forum: VCL
Topic: Axis labels displayed incorrectly in release 06.120613
Replies: 7
Views: 9996

Re: Axis labels displayed incorrectly in release 06.120613

Hello Yeray,
I would like to turn your attention on another effect of this bug: when the axis maximum is rounded and the highest data value is lower than the rounded maximum then the last label do not appears too. I hope you will fix the both effects.

With the best wishes

Stanislaw
by Stanislaw
Fri Jul 20, 2012 8:22 am
Forum: VCL
Topic: Axis labels displayed incorrectly in release 06.120613
Replies: 7
Views: 9996

Re: Axis labels displayed incorrectly in release 06.120613

Hi Yeray.

The upload page regret uploading with message: Received Labels Error.zip Content Type application/zip Length 3165003
Thus, I attach the sources only.

Stanislaw
by Stanislaw
Fri Jul 20, 2012 5:32 am
Forum: VCL
Topic: Axis labels displayed incorrectly in release 06.120613
Replies: 7
Views: 9996

Axis labels displayed incorrectly in release 06.120613

Hello! I have revealed an incompatibility between two versions of TeeChart 2012 Pro. The earlier version (05.120327) displays axes labels properly, the later (06.120613) not. I prepared simple demo applications (compilled under different wersions of TeeCart) showing this effect. Unfortunaltelly, I c...
by Stanislaw
Fri Apr 13, 2012 4:44 pm
Forum: VCL
Topic: Dragmarks
Replies: 5
Views: 9437

Re: Dragmarks

The second problem is solved (beter or worser) by code

with Series4 do if Active then begin
for i:= 0 to Count-1 do Marks.Positions.Automatic(i);
Repaint;
end;

Stanislaw
by Stanislaw
Fri Apr 13, 2012 4:22 pm
Forum: VCL
Topic: Dragmarks
Replies: 5
Views: 9437

Re: Dragmarks

The problem is still not solved in version 2012. Is even worser, because all marks placed at right side from the draged mark do not move and stay at the place. That can be checked in the provided Demo. I have one more problem with moved marks. Not all points in my series have associated marks. Thus,...
by Stanislaw
Sun Mar 04, 2012 4:30 pm
Forum: VCL
Topic: Aligning of vertical marks does not work properly
Replies: 11
Views: 15800

Re: Aligning of vertical marks does not work properly

Dear Yeray,
All works excellently.

Best wishes
Stanislaw
by Stanislaw
Tue Feb 28, 2012 5:18 pm
Forum: VCL
Topic: Aligning of vertical marks does not work properly
Replies: 11
Views: 15800

Re: Aligning of vertical marks does not work properly

Hi Yeray, Thank you very much for advices. After tiny changes the chart looks as I want. The code is shown below: procedure TForm1.Chart1AfterDraw(Sender: TObject); var i: Integer; begin for i:= 0 to Series1.Count-1 do with Series1.Marks.Positions.Position[i] do begin Custom:= True; LeftTop.X:= Seri...
by Stanislaw
Wed Feb 22, 2012 6:48 pm
Forum: VCL
Topic: Aligning of vertical marks does not work properly
Replies: 11
Views: 15800

Re: Aligning of vertical marks does not work properly

Hi Yeray, Please see the attached project. It contains one fast series with marks oriented vertically (two points only). I need to show only these marks; each one should display value of X coordinate of a given point. The marks should be aligned horizontally (centered) at position of a given point. ...
by Stanislaw
Tue Feb 21, 2012 5:53 pm
Forum: VCL
Topic: Aligning of vertical marks does not work properly
Replies: 11
Views: 15800

Re: Aligning of vertical marks does not work properly

Hi Yeray, Thank you for advice. Commands LeftTop.X:= Series1.CalcXPos(i) - (Height div 2); LeftTop.Y:= 100 - (Width div 2); align marks as I want, however resizing of main form works improperly. Especially when size of form is changed significantly, marks appears far from expected positions. Any sug...
by Stanislaw
Mon Feb 20, 2012 6:36 pm
Forum: VCL
Topic: Aligning of vertical marks does not work properly
Replies: 11
Views: 15800

Re: Aligning of vertical marks does not work properly

Hi Narcis, Thank you for the fast advice. I have read the topics, unfortunately proposed advices was not helpful. Moreover, it seems to be possible that there is a more serious error in procedures of marks repositioning. I attache test application with modified code. Please observe marks behavior du...
by Stanislaw
Mon Feb 20, 2012 10:49 am
Forum: VCL
Topic: Aligning of vertical marks does not work properly
Replies: 11
Views: 15800

Re: Aligning of vertical marks does not work properly

Sorry for missed attachment. below is source code of application and content of the frm file (the simplest form with a chart and a chart editor with default options, apart of marks orientation). Under Delphi XE2 and TeeChart 2011 the error also exists. Stanislaw Sosnowski unit UnitXE2; interface use...
by Stanislaw
Sun Feb 19, 2012 7:56 am
Forum: VCL
Topic: Aligning of vertical marks does not work properly
Replies: 11
Views: 15800

Aligning of vertical marks does not work properly

Hello, I would like to show vertical marks with their bottom edge aligned to some level. I have set marks angle to 90 degrees and text align to left. Unfortunately, these options cause separation of marks’ text and background. Further tests showed that text aligning works properly only for horizonta...
by Stanislaw
Thu Oct 27, 2011 2:50 pm
Forum: VCL
Topic: TeeChart 2011 and Delphi XE2 installation
Replies: 6
Views: 9209

Re: TeeChart 2011 and Delphi XE2 installation

Hello Yeray,

Thank you very much for explanation. I hope the valid installer vill be ready before my upgrade period expires :)

The starange behavior of installer was probably my mistake. I cannot repeat the error.

Thank you for all explanations.

Stanislaw