Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NSeries Class / RegardsAxisClipping Property


In This Topic
    RegardsAxisClipping Property
    In This Topic
    Whether the series regards axis clipping.
    Syntax
    'Declaration
     
    
    Public Property RegardsAxisClipping As System.Boolean
    'Usage
     
    
    Dim instance As NSeries
    Dim value As System.Boolean
     
    instance.RegardsAxisClipping = value
     
    value = instance.RegardsAxisClipping
    public System.bool RegardsAxisClipping {get; set;}
    Remarks
    This property is true by default meaning that series content will be clipped to the plot area defined by the axes the series scales on
    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