Hiding crosshair values

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.

chart

Is this possible to do?
Thanks.

Hi,

You can clear the positions with

AdvGDIPChartView1.Panes[0].CrossHair.CrossHairYValues.Position := []

1 Like

Yes!!!!! This is exactly what I needed!!! Thank you!!!

1 Like

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.