private nfloat GetXCoordForIndex(int index) { var value = XAxis.GetTickValue(index); return(GetXCoord(value)); }