Search found 1 match
- Tue Nov 04, 2014 7:58 am
- Forum: VCL
- Topic: TMarksItem is hidden by ChartLegend
- Replies: 1
- Views: 3186
TMarksItem is hidden by ChartLegend
Hi, I have added a TPointserie to a chart with an event that shows the mark when hoovering over the point. All works fine, only the mark (TMarksItem) is (partly) hidden by the legend (and other custom controls I added to the chart) I use PointSerie.Marks.OnTop := true to have the item not being hidd...