TAChart: Allow spaces in field names inside TDbChartSource.FieldY

git-svn-id: trunk@38038 -
This commit is contained in:
ask 2012-07-25 15:36:38 +00:00
parent 67a47e2b86
commit bff3224530

View File

@ -165,6 +165,7 @@ begin
inherited Create(AOwner);
FDataLink := TDbChartSourceDataLink.Create(Self);
FFieldYList := TStringList.Create;
FFieldYList.StrictDelimiter := true;
FYCount := 0; // Set to 1 by inherited.
end;