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 599 - TColorLineTool fails to memorize the annotation text in a form resource.
Summary: TColorLineTool fails to memorize the annotation text in a form resource.
Status: RESOLVED DUPLICATE of bug 600
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Tools (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- major
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-25 06:04 EST by h.hasenack
Modified: 2014-02-25 10:42 EST (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description h.hasenack 2014-02-25 06:04:35 EST
The TColorLineTool should introduce:

property AnnotationText:string read GetAnnoTationtext write SetAnnotationText stored HasAnnotationText;


that allows for storing the annotation text when AnnotationValue is false.

The value is not stored because the TAnnotationTool nor the TAnnotationTool.Shahe store it's text for obvious reasons.

Since the teechart editor allows me to set a annotation ext for the line tool, it should also me memorized in the form resource.

to reproduce:
Create new form with tchart
Add a TColorLineTool
Disable value for the tool, and set a custom caption
save the form
CLose the project and reopen
take a look at the form resourcee: the entered text for the colorline tool annotation is gone.

I require this to put labels on my markers in designtime!
Comment 1 h.hasenack 2014-02-25 10:28:08 EST
It seems formatting isnt stored very well either. When annotation.shape.transparent is set to True, it isnt memorized either.
Comment 2 h.hasenack 2014-02-25 10:31:13 EST
(In reply to h.hasenack from comment #1)
Please Ignore - previous comment it was to be added to bug 600.
Comment 3 sandra pazos 2014-02-25 10:42:42 EST

*** This bug has been marked as a duplicate of bug 600 ***