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


In This Topic
    OutOfBoundsLocationMode Property
    In This Topic
    Specifies the treatment mode for locations that fall partially out of the plot bounds.
    Syntax
    'Declaration
     
    
    Public Property OutOfBoundsLocationMode As ENOutOfBoundsLocationMode
    'Usage
     
    
    Dim instance As NSeriesLabelLayout
    Dim value As ENOutOfBoundsLocationMode
     
    instance.OutOfBoundsLocationMode = value
     
    value = instance.OutOfBoundsLocationMode
    public ENOutOfBoundsLocationMode OutOfBoundsLocationMode {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