Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NLegendInterlaceStyle Class / Type Property


In This Topic
    Type Property (NLegendInterlaceStyle)
    In This Topic
    Gets / sets the interlace style type (row or column).
    Syntax
    'Declaration
     
    
    Public Property Type As ENLegendInterlaceStyleType
    'Usage
     
    
    Dim instance As NLegendInterlaceStyle
    Dim value As ENLegendInterlaceStyleType
     
    instance.Type = value
     
    value = instance.Type
    public ENLegendInterlaceStyleType Type {get; set;}
    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