Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 557 - property Points.Visible isn't saved in dfm
Summary: property Points.Visible isn't saved in dfm
Status: RESOLVED FIXED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Series (show other bugs)
Version: 131119
Hardware: PC Windows
: --- normal
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-31 07:41 EST by Bert Binnenmarsch
Modified: 2014-02-03 09:16 EST (History)
2 users (show)

See Also:
Chart Series: Line
Delphi / C++ Builder RAD IDE Version: RAD 2010


Attachments
Example program (2.17 KB, application/force-download)
2014-01-31 07:41 EST, Bert Binnenmarsch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bert Binnenmarsch 2014-01-31 07:41:08 EST
Created attachment 80 [details]
Example program

Delphi 2010, TeeChart 2013-12-16

Set the property Points.Visible of the serie to true. Design-time the points are visible, run-time they are not.
Save the form, close it, reopen it.
The points are no longer visible.
It seems that this version of TeeChart doesn't store this property in the dfm file.
Comment 1 david berneda 2014-01-31 13:03:24 EST
I've just tried the attached example with Delphi 2010 using the latest beta version and it works fine. 
I set Series1.Pointer.Visible using design-time editor (Series1 Point tab) and pointers shows fine both at design and runtime.

Can you please try this latest version to see if it works?

http://www.steema.com/linkIn/BETAVCL
Comment 2 Bert Binnenmarsch 2014-02-03 09:16:35 EST
Yes, this issue is fixed in version 140123.
However, this version is causing some problems related to marks.
Currently I don't have much time for further investigations.