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 - Axis.Shape.Transparency is not persistent
Summary: Axis.Shape.Transparency is not persistent
Status: RESOLVED FIXED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Axis (show other bugs)
Version: 131119
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
: 493 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-11-29 04:09 EST by Bert Kreisel
Modified: 2013-11-29 09:52 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 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;