Search found 3 matches
- Wed Dec 05, 2018 2:26 pm
- Forum: VCL
- Topic: synchonize two Gantt Charts
- Replies: 3
- Views: 9142
Re: synchonize two Gantt Charts
Problem solved by putting a Chart1.Repaint procedure TWerktijdoverzichtDag.SetChart; var startT, endT: TTime; activiteit: string; kleur: TColor; i, Y: Integer; Itemnummer: Integer; begin Series1.Clear; Chart1.Title.Caption := nxMTL_Medewerkers.FieldByName('naam').AsString + ' datum: ' + DateToStr(Ad...
- Wed Dec 05, 2018 11:05 am
- Forum: VCL
- Topic: synchonize two Gantt Charts
- Replies: 3
- Views: 9142
Re: synchonize two Gantt Charts
Hello, Something strange happens: setting the bottom axis happens with a delay of a click. See Video The Bottomaxis automatic is set to false. The code is: procedure TWerktijdoverzichtDag.SetChart; var startT, endT: TTime; activiteit: string; kleur: TColor; i, Y: Integer; Itemnummer: Integer; begin ...
- Thu Nov 29, 2018 10:43 am
- Forum: VCL
- Topic: synchonize two Gantt Charts
- Replies: 3
- Views: 9142
synchonize two Gantt Charts
Hello,
The two Gantt Charts are related. The Timelines are different, however. How can I achieve that they are equal?
Edit the lower Gantt so that it is equal to the upper one?
Henk
The two Gantt Charts are related. The Timelines are different, however. How can I achieve that they are equal?
Edit the lower Gantt so that it is equal to the upper one?
Henk