Repainting
Posted: Wed Dec 02, 2015 2:05 am
I have developed a Delphi/FMX application in which the underlying chart data is changed programmatically. I have been having huge difficulties in getting the chart to update when the data is changed. Chart1.Repaint and Chart1.CanvasChanged(Self) do not seem to work (or not 100% of the time). What is the certain command to get the chart to adapt to its current data?