TAChart: Do not store deprecated TChartAxisTitle.Font property

git-svn-id: trunk@27079 -
This commit is contained in:
ask 2010-08-12 15:57:31 +00:00
parent 8ecb367ba8
commit 19f61c8aaf

View File

@ -61,7 +61,7 @@ type
property Caption: String read FCaption write SetCaption;
property Distance default DEF_TITLE_DISTANCE;
// Use LabelFont instead.
property Font: TFont read GetFont write SetFont; deprecated;
property Font: TFont read GetFont write SetFont stored false; deprecated;
property Frame;
property LabelBrush;
property Visible default false;