diff --git a/components/tachart/tachartaxis.pas b/components/tachart/tachartaxis.pas index f2f2f83f90..1879e2365d 100644 --- a/components/tachart/tachartaxis.pas +++ b/components/tachart/tachartaxis.pas @@ -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;