I would like to use the DesktopChart control in my project, but I cannot find it in the Library, where is it? I am using Xojo 2023r2.
It shows under Decorations on a mac:
Are you working on a new project or loading an older project?
Is your older project a DesktopXYZ project? (I don’t know if the DesktopChart doesn’t show on projects that are not DesktopXYZ project, maybe that is the problem?)
Edit: I opened a Xojo2019r1.1 Example with Xojo2023r2 and there is no DesktopChart control there. That means that you need your project to be DesktopXYZ to use the new Chart control.
Edit 2: after using Project - ‘Convert Project to API 2’ now the DesktopChart icon shows on the library for this example. Hope this helps.
Thanks. I created a new window and converted it to API 2, after that the Chart object showed up.