TAChart: Publish properties XCount and YCount for TUserDefinedChartSource.

git-svn-id: trunk@61254 -
This commit is contained in:
wp 2019-05-20 23:13:29 +00:00
parent bab9f23e1d
commit a0499530b5

View File

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