Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NPolarAxis Class / PaintReflection Property


In This Topic
    PaintReflection Property
    In This Topic
    Controls whether the axis will paint the reflection.
    Syntax
    'Declaration
     
    
    Public Property PaintReflection As System.Boolean
    'Usage
     
    
    Dim instance As NPolarAxis
    Dim value As System.Boolean
     
    instance.PaintReflection = value
     
    value = instance.PaintReflection
    public System.bool PaintReflection {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