If I get it right, the exact name should be "Mark labels"?
So for the frame I used ls.marks.frame.visible:=false;
To remove the background I used ls.marks.labelbrush:= Chart1.backcolor; It worked, because the background area is transparent (by default).
To change the font color- ls.marks.labelfont.color:= somecolor;