Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NChartLabelLayout Class / EnableLabelAdjustment Property


In This Topic
    EnableLabelAdjustment Property
    In This Topic
    Gets or sets a value indicating whether label position adjustment is enabled.
    Syntax
    'Declaration
     
    
    Public Property EnableLabelAdjustment As System.Boolean
    'Usage
     
    
    Dim instance As NChartLabelLayout
    Dim value As System.Boolean
     
    instance.EnableLabelAdjustment = value
     
    value = instance.EnableLabelAdjustment
    public System.bool EnableLabelAdjustment {get; set;}
    Remarks
    If this property is set to true the control adjusts the label positions after the initial placement. Labels can be moved in any direction to avoid overlapping.
    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