Search found 1 match
- Mon Aug 01, 2022 8:18 pm
- Forum: VCL
- Topic: Error: Control 'Chart1' has no parent window
- Replies: 2
- Views: 6258
Error: Control 'Chart1' has no parent window
I have an error using TChart with BarGraph and fastline. Just add a graph to an empty form. Add: Series1 = BarGraph Add: Series2=Fastline (Datasource=Function Avergae) source Series1. Render is GDI Then Press <ALT>+F12 (show dfm) and you have the error The error also occure at runtime in my applicat...