Values at cross hair

How can I format the values at crosshair?
it shows the value as 80.0357445937616 . how can I show it as 80 ?

With AdvChartView1.Panes[0].Series[0].ValueFormat := '.0f' you should be able to accomplish this.