mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 18:40:29 +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
|
property PointsNumber: Integer
|
||||||
read FPointsNumber write SetPointsNumber default 0;
|
read FPointsNumber write SetPointsNumber default 0;
|
||||||
property Sorted: Boolean read FSorted write FSorted default false;
|
property Sorted: Boolean read FSorted write FSorted default false;
|
||||||
|
property XCount;
|
||||||
property XErrorBarData;
|
property XErrorBarData;
|
||||||
|
property YCount;
|
||||||
property YErrorBarData;
|
property YErrorBarData;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user