Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / PaintText Method
Graphics device
Bounding rectangle for the text


In This Topic
    PaintText Method (ChartShape)
    In This Topic
    Draws the text for the shape.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub PaintText( _
       ByVal g As Graphics, _
       ByVal rText As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As ChartShape
    Dim g As Graphics
    Dim rText As Rectangle
     
    instance.PaintText(g, rText)
    protected override void PaintText( 
       Graphics g,
       Rectangle rText
    )

    Parameters

    g
    Graphics device
    rText
    Bounding rectangle for the text
    See Also