ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MultipleLabelLegendClass Class / LabelPositions Property

In This Topic
    LabelPositions Property
    In This Topic
    Get the positions of the labels from the top in relation to the associated patch for the symbol. The top of the patch would be 0.0, the bottom of the patch would be 1.0.
    Syntax
    public List<double> LabelPositions {get;}
    Public ReadOnly Property LabelPositions As List(Of Double)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also