Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelLossless Interface / GetDefaultPositonAndSizeOfChart Method
The left.
The right.
The top.
The bottom.


In This Topic
    GetDefaultPositonAndSizeOfChart Method (IExcelLossless)
    In This Topic
    Gets the default positon and size of chart .
    Syntax
    'Declaration
     
    
    Sub GetDefaultPositonAndSizeOfChart( _
       ByRef left As Double, _
       ByRef right As Double, _
       ByRef top As Double, _
       ByRef bottom As Double _
    ) 
    'Usage
     
    
    Dim instance As IExcelLossless
    Dim left As Double
    Dim right As Double
    Dim top As Double
    Dim bottom As Double
     
    instance.GetDefaultPositonAndSizeOfChart(left, right, top, bottom)
    void GetDefaultPositonAndSizeOfChart( 
       out double left,
       out double right,
       out double top,
       out double bottom
    )

    Parameters

    left
    The left.
    right
    The right.
    top
    The top.
    bottom
    The bottom.
    See Also