Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NSeriesLabelLayout Class / UseLabelLocations Property


In This Topic
    UseLabelLocations Property
    In This Topic
    Gets or sets a value indicating whether the initial locations in the LabelLocations collection should be used.
    Syntax
    'Declaration
     
    
    Public Property UseLabelLocations As System.Boolean
    'Usage
     
    
    Dim instance As NSeriesLabelLayout
    Dim value As System.Boolean
     
    instance.UseLabelLocations = value
     
    value = instance.UseLabelLocations
    public System.bool UseLabelLocations {get; set;}
    Remarks
    This property can enable or disable the initial label positioning on a per-series basis. If initial positioning is disabled the initial location of each label is specified by the respective 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