Search found 18 matches

by PCSdeZ
Mon Jan 23, 2023 10:10 pm
Forum: FMX
Topic: OnClickSeries is not triggered for 3D charts
Replies: 21
Views: 30460

Re: OnClickSeries is not triggered for 3D charts

Excellent, thanks Yeray!
by PCSdeZ
Fri Jan 20, 2023 12:47 pm
Forum: FMX
Topic: OnClickSeries is not triggered for 3D charts
Replies: 21
Views: 30460

Re: OnClickSeries is not triggered for 3D charts

Hello, Just for the context: the other TBarSeries are there because at runtime, on my application, the user can select other datasets ('USD' and/or 'CLP' money exchange, and 'Realizados' o 'Pendientes' items). And the TAreaSeries are also activated or not by the user to show the composed amount betw...
by PCSdeZ
Fri Jan 20, 2023 2:32 am
Forum: FMX
Topic: OnClickSeries is not triggered for 3D charts
Replies: 21
Views: 30460

Re: OnClickSeries is not triggered for 3D charts

Hello, Thank you for your patience. The project you sent me is loading the 2D chart which is what I'm using in my app, but the 3D chart is where it fails. I'm really sorry because I sent you the teeFile.tee generated by the 2D version and of course it works. Now I'm sending you the teeFile.tee for t...
by PCSdeZ
Thu Jan 19, 2023 2:26 pm
Forum: FMX
Topic: OnClickSeries is not triggered for 3D charts
Replies: 21
Views: 30460

Re: OnClickSeries is not triggered for 3D charts

Ok, now I did generated the correct .tee file.
Thanks Yeray.
I will be waiting for your comments.

Best regards,
Patricio Cerda
by PCSdeZ
Wed Jan 18, 2023 8:27 pm
Forum: FMX
Topic: OnClickSeries is not triggered for 3D charts
Replies: 21
Views: 30460

Re: OnClickSeries is not triggered for 3D charts

Hello Yeray, Sorry too for the delay. Yes, it does compile and runs but seems not solve the issue: CancelMouse = true; I tried to export the DBChart with the following code and obtained the attached .tee file. I hope it is what you asked for, because I couldn't implement the suggested code to export...
by PCSdeZ
Fri Dec 30, 2022 10:40 pm
Forum: FMX
Topic: OnClickSeries is not triggered for 3D charts
Replies: 21
Views: 30460

Re: OnClickSeries is not triggered for 3D charts

Hello, No, it does not compile in C++ Builder: DBChart_FlujoCajaFlujoCaja->setCancelMouse(true); This is the error message: [bcc64 Error] fGraficosFlujoCaja.cpp(324): no member named 'setCancelMouse' in 'Fmxtee::Dbchart::TDBChart' I did search on a few related .hpp files but couln't find this method...
by PCSdeZ
Thu Dec 29, 2022 12:05 am
Forum: FMX
Topic: OnClickSeries is not triggered for 3D charts
Replies: 21
Views: 30460

Re: OnClickSeries is not triggered for 3D charts

Unfortunately it does not work for me.

I added the following code for each series:
DBChart_FlujoCajaFlujoCaja->Series[0]->Selected->Hover->Visible = false;

But can't find CancelMouse property. Do you have documentation for C++?

Best regards,
Patricio Cerda
by PCSdeZ
Tue Dec 27, 2022 4:10 pm
Forum: FMX
Topic: OnClickSeries is not triggered for 3D charts
Replies: 21
Views: 30460

Re: OnClickSeries is not triggered for 3D charts

Sure, here is the link with the project and an image.

https://drive.google.com/drive/folders/ ... sp=sharing

Best regards,
Patricio Cerda
by PCSdeZ
Tue Dec 27, 2022 1:09 pm
Forum: FMX
Topic: OnClickSeries is not triggered for 3D charts
Replies: 21
Views: 30460

Re: OnClickSeries is not triggered for 3D charts

Hello Pep, Yes, but the project is FMX and two units are forms (fMain.fmx and fGraficosFlujoCaja.fmx) and have 3,9 Mbyte each one. This is a very reduce snipped project that have 2.7 Mbyte in compressed format (RAR) derived from the original that is much bigger with 438 Mbyte. Best regards, Patricio...
by PCSdeZ
Mon Dec 26, 2022 6:44 pm
Forum: FMX
Topic: OnClickSeries is not triggered for 3D charts
Replies: 21
Views: 30460

Re: OnClickSeries is not triggered for 3D charts

Hello Yeray, Sorry by the delay, I was complicated with other matters. I have prepared a snipped C++ Builder project where you could see the problem with 3D charts, but unfortunately I can't attache it because their size is 2.7 Mb and is rejected. I want to attach a screenshot of 0,8 Mb but is also ...
by PCSdeZ
Sun Dec 18, 2022 2:51 am
Forum: FMX
Topic: OnClickSeries is not triggered for 3D charts
Replies: 21
Views: 30460

OnClickSeries is not triggered for 3D charts

Hi, I'm having troubles with OnClickSeries of TDBChart v2022.36, for FMX in C++Builder. It is not triggered when the chart is 3D. Is it a bug or is still a functionallity not available? My project uses a TDBChart with six Bar series and two Area series. It seems that when I added the Area series the...
by PCSdeZ
Thu Dec 15, 2022 4:33 pm
Forum: FMX
Topic: Unexpected behavior of an Area series
Replies: 5
Views: 15384

Re: Unexpected behavior of an Area series

Dear Yeray, Thank you again, finally I do it work successfully taking data directly from the Dataset. One more thing please: could you show me how can access to the Series\Format\UseOrigin property at runtime in C++ Builder? In your sample Delphi code you showed it but I can't find it on C++ Builder...
by PCSdeZ
Wed Dec 14, 2022 1:19 pm
Forum: FMX
Topic: Unexpected behavior of an Area series
Replies: 5
Views: 15384

Re: Unexpected behavior of an Area series

Thanks Yeray for your reply, but I'm not sure that if I did explain well the problem. I think you are sorting 'brutoAcum' ascending by it ammount of money, that is exactly my problem because it is not what I expect. What I want is that the Area series with BrutoAcum values be sorted by Date, so it w...
by PCSdeZ
Mon Dec 12, 2022 5:14 pm
Forum: FMX
Topic: Unexpected behavior of an Area series
Replies: 5
Views: 15384

Unexpected behavior of an Area series

Hi, I'm working on a cash flow chart using TeeChart v36 and C++Builder 11.2 with FMX and FireDAC and I'm having troubles with an area chart that seems to be working bad or may be I have making some mistake, so I need help. There are six Bar series to show amounts of money on different combinations a...
by PCSdeZ
Sun Mar 20, 2022 8:08 pm
Forum: FMX
Topic: How to set the MarkText of each chart point from a Query
Replies: 1
Views: 14947

How to set the MarkText of each chart point from a Query

Hi, I'm working with a TDBChart and a TFDQuery as a DataSource with three data fields: Date, Amount and ItemName. I'm using C++ Builder 11 and FMX. I'm trying to make a Bar chart with Date on the XValue, Amount on YValue, and I want the ItemName as XLabel, but I didn't found the way to do that. The ...