ComponentOne Xamarin.iOS Documentation
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartTooltip Class / DrawText Method


In This Topic
    DrawText Method (ChartTooltip)
    In This Topic
    Draw the text of the tooltip.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("drawTextInRect:")>
    <CompilerGeneratedAttribute()>
    Public Overrides Sub DrawText( _
       ByVal rect As CoreGraphics.CGRect _
    ) 
    'Usage
     
    
    Dim instance As ChartTooltip
    Dim rect As CoreGraphics.CGRect
     
    instance.DrawText(rect)
    [Foundation.Export("drawTextInRect:")]
    [CompilerGenerated()]
    public override void DrawText( 
       CoreGraphics.CGRect rect
    )

    Parameters

    rect
    See Also