Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NPlotChart Class / PaintWallDecorations Method


In This Topic
    PaintWallDecorations Method
    In This Topic
    Paints the wall decorations on the chart plot
    Syntax
    'Declaration
     
    
    Protected Sub PaintWallDecorations( _
       ByVal visitor As NPaintVisitor, _
       ByVal count As System.Integer, _
       ByVal axes() As NNode _
    ) 
    'Usage
     
    
    Dim instance As NPlotChart
    Dim visitor As NPaintVisitor
    Dim count As System.Integer
    Dim axes() As NNode
     
    instance.PaintWallDecorations(visitor, count, axes)
    protected void PaintWallDecorations( 
       NPaintVisitor visitor,
       System.int count,
       NNode[] axes
    )

    Parameters

    visitor
    count
    axes
    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