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

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

    Parameters

    offsetX
    offsetY
    See Also