Search found 2 matches

by Enver2023
Thu Dec 14, 2023 10:53 am
Forum: VCL
Topic: Strange rectangle on chart
Replies: 3
Views: 5877

Re: Strange rectangle on chart

I solved it by creating scrollpager in code.
When we create scrollpage in designer it reproduce rectanlgle problem.
by Enver2023
Mon Dec 11, 2023 4:09 pm
Forum: VCL
Topic: Strange rectangle on chart
Replies: 3
Views: 5877

Strange rectangle on chart

I have chart on some frame include some other frame components, on frame i have button for seeing a chart and chart parameters component on some form: code var wc:twincontrol; begin mdiform.Caption:='TestID: '+self.eTextID.Text+' '+self.lTest.Caption; wc:=pChart.Parent; pChart.Parent:=mdiform; bModa...