![]() | Steema Issues DatabaseNote: 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. |
| Summary: | Axis.Shape.Transparency is not persistent | ||
|---|---|---|---|
| Product: | VCL TeeChart | Reporter: | Bert Kreisel <bert.kreisel> |
| Component: | Axis | Assignee: | Steema Issue Manager <issuemanager> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | david |
| Priority: | --- | ||
| Version: | 131119 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows | ||
| Chart Series: | --- | Delphi / C++ Builder RAD IDE Version: | |
|
Description
Bert Kreisel
2013-11-29 04:09:00 EST
*** Bug 493 has been marked as a duplicate of this bug. *** Fixed.
The problem was a missing "published" of Transparency property.
The fix is at TeEngine.pas unit, at this class:
TAxisBackShape=class(TTeeShape)
published
property Transparency; // <-- was missing
property Visible default False;
end;
|