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

In This Topic
    translate Method (IMatrix)
    In This Topic
    Syntax
    'Declaration
     
    Sub translate( _
       ByVal offsetX As Double, _
       Optional ByVal offsetY As Nullable(Of Double) _
    ) 
    void translate( 
       double offsetX,
       Nullable<double> offsetY
    )

    Parameters

    offsetX
    offsetY
    See Also