Detecting chart theme change

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Luis The
Newbie
Newbie
Posts: 1
Joined: Wed May 08, 2019 12:00 am

Detecting chart theme change

Post by Luis The » Thu Jan 12, 2023 9:09 am

Hello,

I am a developer for a scientific application that uses TeeChart for VCL/FMX 2022.36.220929 in Delphi 10.3 Rio.

I need to detect whether a Chart's theme has been changed, specifically when a user exits the TChartEditor form after making some or no changes.

I am aware that I could save the current theme and compare it afterwards, but is there a more efficient method available by TeeChart to do this?

Thanks

Yeray
Site Admin
Site Admin
Posts: 9509
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Detecting chart theme change

Post by Yeray » Fri Jan 13, 2023 7:18 am

Hello,

I'm afraid not. Note the Editor is made to help developers to design their charts; it's not intended or recommended for the final user because it has so many options it's quite easy to apply none sense options.

Another option would be to make your own editor, where you can control what's changed.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply