NevronOpenVision
Nevron.Nov.Chart Namespace / NSeriesLabelLayout Class / LabelLocations Property
In This Topic
    LabelLocations Property
    In This Topic
    Gets or sets an array that contains possible initial label locations that are used by the label layout system.
    Syntax
    public NDomArray<ENLabelLocation> LabelLocations {get; set;}
    Remarks
    The locations are taken into account when the EnableInitialPositioning property of the chart's LabelLayoutSettings object is set to true and the UseLabelLocations property is set to true. If the initial label positioning is disabled for this chart or for this series, then the standard label location is used for each label, as specified by the relevant NDataLabelStyle object.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also