Search found 2 matches

by cehbar
Tue Nov 19, 2019 7:44 pm
Forum: FMX
Topic: Redraw problems with HighLow with multiple charts
Replies: 3
Views: 17395

Re: Redraw problems with HighLow with multiple charts

Sure! Here is a sample code: unit TestForm; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs, FMX.Controls.Presentation, FMX.StdCtrls, FMXTee.Engine, FMXTee.Procs, FMXTee.Chart, FMXTee.Series....
by cehbar
Wed Nov 13, 2019 2:54 pm
Forum: FMX
Topic: Redraw problems with HighLow with multiple charts
Replies: 3
Views: 17395

Redraw problems with HighLow with multiple charts

When I drop 2 or more TCharts on an FMX form and I add a HighLow series (or a series band tool) to one of the charts, all the other charts immediately show a flickering and sometimes disappear completely. This happens at design time and at run time as well, but only in FMX, not VCL. Is there a quick...