mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 18:23:46 +02:00
TAChart: Provide access to the boundary polygon of the axis title (property TChartAxis.TitlePolygon)
This commit is contained in:
parent
c285c06219
commit
6682b2230f
@ -190,6 +190,7 @@ type
|
||||
procedure UpdateBidiMode;
|
||||
procedure UpdateBounds(var AMin, AMax: Double);
|
||||
property DisplayName: String read GetDisplayName;
|
||||
property TitlePolygon: TPointArray read FTitlePolygon;
|
||||
property Value[AIndex: Integer]: TChartValueText read GetValue;
|
||||
property ValueCount: Integer read GetValueCount;
|
||||
published
|
||||
|
Loading…
Reference in New Issue
Block a user