mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 05:59:19 +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 Caption: String read FCaption write SetCaption;
|
||||||
property Distance default DEF_TITLE_DISTANCE;
|
property Distance default DEF_TITLE_DISTANCE;
|
||||||
// Use LabelFont instead.
|
// Use LabelFont instead.
|
||||||
property Font: TFont read GetFont write SetFont; deprecated;
|
property Font: TFont read GetFont write SetFont stored false; deprecated;
|
||||||
property Frame;
|
property Frame;
|
||||||
property LabelBrush;
|
property LabelBrush;
|
||||||
property Visible default false;
|
property Visible default false;
|
||||||
|
Loading…
Reference in New Issue
Block a user