mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 21:38:27 +02:00
TAChart: Fix TLegendColumnCount to allow value 0
This commit is contained in:
parent
ce366cd5f4
commit
7d011b8465
@ -172,7 +172,7 @@ type
|
||||
FRowCount: Integer;
|
||||
end;
|
||||
|
||||
TLegendColumnCount = 1..MaxInt;
|
||||
TLegendColumnCount = 0..MaxInt;
|
||||
TLegendItemFillOrder = (lfoColRow, lfoRowCol);
|
||||
|
||||
TChartLegendGridPen = class(TChartPen)
|
||||
|
Loading…
Reference in New Issue
Block a user