Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NAxisElement Class / PaintAfterChartContent Property


In This Topic
    PaintAfterChartContent Property
    In This Topic
    Whether to paint the element after the chart content or before it
    Syntax
    'Declaration
     
    
    Public Property PaintAfterChartContent As System.Boolean
    'Usage
     
    
    Dim instance As NAxisElement
    Dim value As System.Boolean
     
    instance.PaintAfterChartContent = value
     
    value = instance.PaintAfterChartContent
    public System.bool PaintAfterChartContent {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