TAChart: Publish TChartTitle.Shape and OnGetShape properties

git-svn-id: trunk@38708 -
This commit is contained in:
ask 2012-09-17 03:26:31 +00:00
parent c4956484ec
commit c92eb28f54

View File

@ -147,6 +147,8 @@ type
property Frame: TChartTitleFramePen read FFrame write SetFrame;
property Margin: TChartDistance
read FMargin write SetMargin default DEF_MARGIN;
property OnGetShape;
property Shape;
property Text: TStrings read FText write SetText;
property Visible default false;
end;