Search found 2 matches
- Wed Oct 05, 2022 4:04 pm
- Forum: FMX
- Topic: FMX TChartListBox not showing Series on OSX, Android, or IOS
- Replies: 2
- Views: 26544
FMX TChartListBox not showing Series on OSX, Android, or IOS
As mentioned before in the forum post "FMX TChartlistBox not working", TChartListBox is not still not displaying the Series on the OSX, Android and IOS platforms. I have downloaded and tested the latest release (36), and the problem is still there. Below are screen shots of the same program running ...
- Tue Jul 21, 2020 10:11 pm
- Forum: VCL
- Topic: Remove series from TChartListBox without deleting the series from graph
- Replies: 1
- Views: 8115
Remove series from TChartListBox without deleting the series from graph
How do I keep a Graph series from showing up in a TChartListBox? I do not want to remove the series completely, just have it so the user can not see or select one or more of the series in the list box. When I set the Series[x].visible to false, the series does not show up in the graph or the legend....