I can use this to select Data Labels:

pt.DataLabelRange.Select
or I can use this to select the full Rows which includes their labels:

pt.RowRange.Select
How can I select the Row labels Only?