Nevron.Chart Namespace / NCartesianChartWall Class / RenderStripeText2D Method


RenderStripeText2D Method
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)

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