code:
Table[Graphics[Circle[{0, 0}, x]], {x, 1, 5}]
outcome: 
I want the outcome circles are different radius visually. already check using 'get coordinates', they are different radius on coordinate. (only date not visual) How to get the outcome circles are different radius visually. Thank you for your advice.