How to get the picklist- rendered as radio buttons placed horizontally ?

Add the following inline CSS to your page (or to your Custom Field Renderer if you’re using that):

.nx-radiowrapper {
   display: inline-block;
}