ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / IRender Interface / drawSingleLineString Method

In This Topic
    drawSingleLineString Method (IRender)
    In This Topic
    Syntax
    'Declaration
     
    Sub drawSingleLineString( _
       ByVal s As String, _
       ByVal x As Double, _
       ByVal y As Double, _
       Optional ByVal clipping As IRegion, _
       Optional ByVal transform As IMatrix _
    ) 
    void drawSingleLineString( 
       string s,
       double x,
       double y,
       IRegion clipping,
       IMatrix transform
    )

    Parameters

    s
    x
    y
    clipping
    transform
    See Also