Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NCartesianChart Class / DoPrePaint3DContent2D Method


In This Topic
    DoPrePaint3DContent2D Method (NCartesianChart)
    In This Topic
    Paints the 3D 2D content (mainly texts)
    Syntax
    'Declaration
     
    
    Protected Friend Overrides Sub DoPrePaint3DContent2D( _
       ByVal paintVisitor As NPaintVisitor _
    ) 
    'Usage
     
    
    Dim instance As NCartesianChart
    Dim paintVisitor As NPaintVisitor
     
    instance.DoPrePaint3DContent2D(paintVisitor)
    protected internal override void DoPrePaint3DContent2D( 
       NPaintVisitor paintVisitor
    )

    Parameters

    paintVisitor
    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