Yeray, Thanks for trying to help me. Here's what I tried: procedure TChartTestForm.Button1Click(Sender: TObject); Var Series1 : TPieSeries; begin Q.Active := True; With Chart2 do begin Series1 := AddSeries(TPieSeries.Create(Self)) as TPieSeries; Series1.DataSource := Q; Series1.XLabelsSource := 'Gen...
Hi Yeray, I've solved now (thanks to your help) all the issues I had with porting my app from VCL to FMX using TeeChart standard. Now I'm moving on to adding some new features in my app that make better use of TeeChart (I know my users will really like this). But I'm having trouble knowing how to ho...
Thanks, Yeray, that fixed it. I use FastReports, and was able to uncheck their two TeeChart packages, and now the forms load without the error. I don't use charts with FastReports anyway.
Since installing TeeChart Standard, I've had an issue with a particular error message popping up when I'm trying to load some of my app's units/forms. The strange thing is that the ones that this happens with do not have any TeeChart components on the form, nor are there any TeeChart units defined i...
Thanks for the info - but where do I get the unit the TeePreviewPanel unit? I tried adding that to my Uses clause in my form, but it doesn't find it. I have TeeChart Standard.
Hi, Still adjusting to the differences between the VCL and FMX versions. Now the issue is printing. I'm attaching two files below. The first is how the chart looks within the FMX app. Everything is fine with it. The second file is a PDF showing how it prints. Note that the title is tiny, the legend ...
Hi, I am stuck on the labels with the pie and also on the legend. Below are two screen grabs - one from the VCL version which shows it as I need to show it. The other is from the FMX version that is incorrect. I can't see any difference in the properties between the two versions. FMX just does thing...
Hi, I will upload two screen grabs to illustrate my issue. I have built a dialog in both VCL and FMX versions (Berlin 10.1) using TDBChart. As far as I can tell, I've set the properties the same in the Series 1 Datasource page. The Labels and Pie drop-downs show the same thing in both platforms. But...
Ok, I found that the issue was related to the size of the labels that describe the pie chart itself. If the label is shorter, the chart size increased. Still wish there was a way to manually set this because even so the chart could be larger within the space of the component's panel.