mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 11:01:20 +02:00
TAChart: Publish properties XCount and YCount for TUserDefinedChartSource.
git-svn-id: trunk@61254 -
This commit is contained in:
parent
bab9f23e1d
commit
a0499530b5
@ -210,7 +210,9 @@ type
|
||||
property PointsNumber: Integer
|
||||
read FPointsNumber write SetPointsNumber default 0;
|
||||
property Sorted: Boolean read FSorted write FSorted default false;
|
||||
property XCount;
|
||||
property XErrorBarData;
|
||||
property YCount;
|
||||
property YErrorBarData;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user