I were having a support session with Yeray Alonso 03 Nov 2011 12:45.
Yeray made a bugtracker ID (TV52015812).
I wondered where I can retrieve a fix for this issue? As I see the last time you released something for VCL was november last year.
Best regards Christian
I attach here the previous post:
(I have renewed my subscription and I received a new License number. So now im not authorized to post new messages to the original thread, that had another License number.)
Bug: Shape Series with DateTime Axis Periodicly disappears
Post a reply
2 posts • Page 1 of 1
Bug: Shape Series with DateTime Axis Periodicly disappears
by pch-chj » 02 Nov 2011 22:46
Version: TeeChart Pro v2011.03.30407 Win 32
We have a graph with an Rectangular Shape Series.
The X-axis is set to DateTime format.
The Shape ranges from year 1870's to 2100
The Axis is set to narrow range of 1 minute.
The Shape is only shown "sometimes" depending on the width.
The Timer1 changes the Width of the Chart2, showing how the
Shape disappears and re-appears by setting the width.
ATTACHMENTS
SteemaRectDisappears.zip
Example of the Bug.
(1.97 KiB) Downloaded 11 times
pch-chj
Newbie
Posts: 1
Joined: 16 Nov 2010 00:00
Top
Re: Bug: Shape Series with DateTime Axis Periodicly disappears
by Yeray » 03 Nov 2011 12:45
Hello,
You are right. However, it seems to be related to the axis range and the chart size, independently of setting the axis as DateTime or not.
Here it is the code to reproduce it. You just have to resize the chart to see how the series appears and disappears.
CODE: SELECT ALL
uses TeeShape;
procedure TForm1.FormCreate(Sender: TObject);
begin
Chart1.Align:=alClient;
Chart1.View3D:=false;
with Chart1.AddSeries(TChartShape) as TChartShape do
Style:=chasRectangle;
Chart1.Axes.Bottom.SetMinMax(99.99999, 100);
end;
I've added it to the defect list to be revised for future releases (TV52015812).
Thanks for reporting it.
Best Regards
Yeray Alonso
Steema Support Central
Steema Support Forums
Follow us in Twitter and Facebook