TAChart: Publish "forgotten" properties (Visible, BorderSpacing) for TChartNavPanel and TChartLegendPanel (Issue #35615).

git-svn-id: trunk@61264 -
This commit is contained in:
wp 2019-05-21 22:39:44 +00:00
parent aa69a266b0
commit b232cf46c0
2 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,7 @@ type
property Align;
property Anchors;
property BorderSpacing;
property Visible;
end;
procedure Register;

View File

@ -128,6 +128,8 @@ type
property Shift: TShiftState read FShift write FShift default [ssLeft];
published
property Align;
property BorderSpacing;
property Visible;
end;
procedure Register;