ArcGIS Pro 3.7 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 ReadOnly Property LabelPositions As List(Of Double)
    public List<double> LabelPositions {get;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also