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


In This Topic
    EnableInitialPositioning Property
    In This Topic
    Gets or sets a value indicating whether initial label positioning is enabled.
    Syntax
    'Declaration
     
    
    Public Property EnableInitialPositioning As System.Boolean
    'Usage
     
    
    Dim instance As NChartLabelLayout
    Dim value As System.Boolean
     
    instance.EnableInitialPositioning = value
     
    value = instance.EnableInitialPositioning
    public System.bool EnableInitialPositioning {get; set;}
    Remarks
    If this property is set to true the control automatically chooses an initial position for each label so that there are minimum overlaps. The layout selects one of positions that are proposed by the series that owns the label. In case this property is set to false, the default position is used for each label.
    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