Hello
I'm assuming you are referring to the label on the top of the control and not the item labels.
This is expected behavior. You can see this in the code for the radiogroup function Radio_ConvertFromTree(). The code is included with CVI under cvi\toolslib\custctrl\radiogroup.c
The particular line of interest is
errChk(SetCtrlAttribute (panel, tree, ATTR_LABEL_TOP, -32000));
Since the radio control is just a tree control, you can set the label to your designed location in your own code using SetCtrlAttribute () instead of modifying the radiogroup.c file to avoid problems when upgrading CVI.
Bilal Durrani
NI