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 492

Summary: Axis.Shape.Transparency is not persistent
Product: VCL TeeChart Reporter: Bert Kreisel <bert.kreisel>
Component: AxisAssignee: 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
Value of Axis.Shape.Transparency is not saved to tee file
Comment 1 david berneda 2013-11-29 09:46:01 EST
*** Bug 493 has been marked as a duplicate of this bug. ***
Comment 2 david berneda 2013-11-29 09:52:55 EST
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;