mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-20 01:28:17 +02:00
TAChart: Publish TChartTitle.Shape and OnGetShape properties
git-svn-id: trunk@38708 -
This commit is contained in:
parent
c4956484ec
commit
c92eb28f54
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user