Nevron .NET Vision
Nevron.Chart Namespace / NPolarAxisAnchor Class / PaintReflection Property


In This Topic
    PaintReflection Property
    In This Topic
    Controls whether the axis will paint the reflection.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property PaintReflection As System.Boolean
    'Usage
     
    
    Dim instance As NPolarAxisAnchor
    Dim value As System.Boolean
     
    instance.PaintReflection = value
     
    value = instance.PaintReflection
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool PaintReflection {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also