mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 10:09:32 +02:00
TAChart: Add TCustomSeries.ExtentPointIndex{First,Last} properties
git-svn-id: trunk@41792 -
This commit is contained in:
parent
995a2f9aab
commit
c30206ff03
@ -269,6 +269,8 @@ type
|
||||
read FMarkPositions write SetMarkPositions default lmpOutside;
|
||||
property UseReticule: Boolean
|
||||
read FUseReticule write SetUseReticule default false;
|
||||
property ExtentPointIndexFirst: Integer read FLoBound;
|
||||
property ExtentPointIndexLast: Integer read FUpBound;
|
||||
end;
|
||||
|
||||
function CreateLazIntfImage(
|
||||
|
Loading…
Reference in New Issue
Block a user