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


In This Topic
    MaxLayoutItems Property
    In This Topic
    Specifies the maximum number of items (labels and obstacles) that can be processed by the automatic layout system.
    Syntax
    'Declaration
     
    
    Public Property MaxLayoutItems As System.Integer
    'Usage
     
    
    Dim instance As NChartLabelLayout
    Dim value As System.Integer
     
    instance.MaxLayoutItems = value
     
    value = instance.MaxLayoutItems
    public System.int MaxLayoutItems {get; set;}
    Remarks
    If the number of layout items in the chart exceeds this value, automatic layout is not performed.
    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