From b18d4bfc2af5349b707b3f02b14c434157d80f2b Mon Sep 17 00:00:00 2001 From: wp Date: Tue, 10 Oct 2017 07:25:27 +0000 Subject: [PATCH] TAChart: Publish properties TChartLegendPanel.Anchors and .BorderSpacing git-svn-id: trunk@56009 - --- components/tachart/talegendpanel.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/tachart/talegendpanel.pas b/components/tachart/talegendpanel.pas index 0ff7244f77..1406fc5511 100644 --- a/components/tachart/talegendpanel.pas +++ b/components/tachart/talegendpanel.pas @@ -34,6 +34,8 @@ type property Chart: TChart read FChart write SetChart; published property Align; + property Anchors; + property BorderSpacing; end; procedure Register;