mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 23:39:24 +02:00
TAChart: Do not store deprecated TChartAxisTitle.Font property
git-svn-id: trunk@27079 -
This commit is contained in:
parent
8ecb367ba8
commit
19f61c8aaf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user