Nevron .NET Vision
Nevron.Chart Namespace / NCartesianChartWall Class / RenderStripeText2D Method


In This Topic
    RenderStripeText2D Method
    In This Topic
    Renders stripe text
    Syntax
    'Declaration
     
    
    Protected Sub RenderStripeText2D( _
       ByVal context As NChartRenderingContext2D, _
       ByVal stripe As NAxisStripe, _
       ByVal bounds As NRectangleF, _
       ByVal horizontal As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NCartesianChartWall
    Dim context As NChartRenderingContext2D
    Dim stripe As NAxisStripe
    Dim bounds As NRectangleF
    Dim horizontal As System.Boolean
     
    instance.RenderStripeText2D(context, stripe, bounds, horizontal)
    protected void RenderStripeText2D( 
       NChartRenderingContext2D context,
       NAxisStripe stripe,
       NRectangleF bounds,
       System.bool horizontal
    )

    Parameters

    context
    stripe
    bounds
    horizontal
    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