Page 1 of 1

Detecting chart theme change

Posted: Thu Jan 12, 2023 9:09 am
by 16486220
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

Re: Detecting chart theme change

Posted: Fri Jan 13, 2023 7:18 am
by yeray
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.