ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _Padding Class / _Padding Constructor

In This Topic
    _Padding Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal left As Double, _
       ByVal top As Double, _
       ByVal right As Double, _
       ByVal bottom As Double _
    )
    public _Padding( 
       double left,
       double top,
       double right,
       double bottom
    )

    Parameters

    left
    top
    right
    bottom
    See Also