I am accessing the crosshair values and writing them to label components in a GetCrossHairValue event handler. I want to see the crosshairs (in green) but I don't want the values (in red) to be displayed adjacent to the crosshairs/markers.
Is this possible to do? Thanks.
Hi,
You can clear the positions with
AdvGDIPChartView1.Panes[0].CrossHair.CrossHairYValues.Position := []
Yes!!!!! This is exactly what I needed!!! Thank you!!!
This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.