<div dir="ltr"><div><div><div><div><div><div><div><div><div><div>Hi QGIS !<br><br></div>I am playing with data-defined label position, with 2 column label_x and label_y.<br></div>I use a geometry generator to draw the line between the label and the feature centroid, like<br><br></div>make_line(<br></div>  centroid( $geometry ),<br></div>  make_point( "label_x", "label_y" )<br>)<br><br></div>It work pretty well (with some rectangle background under the label text), but it is obviously only active when the label_x and label_y fields are not NULL ( when the label is pinned )<br><br></div>I would like to draw this line for any features (perhaps depending on this line length). So basically, I would need 2 new functions $x_label and $y_label.<br><br></div>Anyone has tried to achieve this ?<br><br></div>Cheers,<br></div>Michaël<br></div>