ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / TextAnnotationSymbol Class / _render Method

In This Topic
    _render Method (TextAnnotationSymbol)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub _render( _
       ByVal render As IRender, _
       ByVal symbolRect As IRectangle, _
       ByVal style As IStyle _
    ) 
    public void _render( 
       IRender render,
       IRectangle symbolRect,
       IStyle style
    )

    Parameters

    render
    symbolRect
    style
    See Also