TAChart: Provide access to the boundary polygon of the axis title (property TChartAxis.TitlePolygon)

This commit is contained in:
wp_xyz 2024-04-29 12:30:35 +02:00
parent c285c06219
commit 6682b2230f

View File

@ -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