From a0499530b517be089e62dfc5a3a3fef5d86f484b Mon Sep 17 00:00:00 2001 From: wp Date: Mon, 20 May 2019 23:13:29 +0000 Subject: [PATCH] TAChart: Publish properties XCount and YCount for TUserDefinedChartSource. git-svn-id: trunk@61254 - --- components/tachart/tasources.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/tachart/tasources.pas b/components/tachart/tasources.pas index 185c5e6c7d..64d20c3e03 100644 --- a/components/tachart/tasources.pas +++ b/components/tachart/tasources.pas @@ -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;