TeeChart MAUI : Can't export charts? Missing API
Posted: Fri Feb 23, 2024 4:23 pm
Environment:
PC: Windows11 Operating System, Visual Studio 2022
Updated all NU get Packages in the solution to the latest version as of 02/23/2024. The latest release(6.2024.2.19)
Using your Maui demo solution. I am trying to export a chart.
It appears the Maui version does not support exporting charts. I am missing something? If I am correct when might this feature be available?
Code :
tChart1.Export.Image.JPEG.Save("Chart");
Error CS1061 'TChart' does not contain a definition for 'Export' and no accessible extension method 'Export' accepting a first argument of type 'TChart' could be found(are you missing a using directive or an assembly reference?) AppCoreMaui(net8.0), AppCoreMaui(net8.0-android), AppCoreMaui(net8.0-ios), AppCoreMaui(net8.0-maccatalyst), AppCoreMaui(net8.0-windows10.0.19041.0)
PC: Windows11 Operating System, Visual Studio 2022
Updated all NU get Packages in the solution to the latest version as of 02/23/2024. The latest release(6.2024.2.19)
Using your Maui demo solution. I am trying to export a chart.
It appears the Maui version does not support exporting charts. I am missing something? If I am correct when might this feature be available?
Code :
tChart1.Export.Image.JPEG.Save("Chart");
Error CS1061 'TChart' does not contain a definition for 'Export' and no accessible extension method 'Export' accepting a first argument of type 'TChart' could be found(are you missing a using directive or an assembly reference?) AppCoreMaui(net8.0), AppCoreMaui(net8.0-android), AppCoreMaui(net8.0-ios), AppCoreMaui(net8.0-maccatalyst), AppCoreMaui(net8.0-windows10.0.19041.0)