Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartReader9 Interface / ExcelSetChartLegendLayoutInfo Method
Index of sheetView.
Index of chart.
Specifies whether the legend is overlay.
Specifies whether layout is manually set.


In This Topic
    ExcelSetChartLegendLayoutInfo Method (IExcelChartReader9)
    In This Topic
    Set chart legend layout info.
    Syntax
    'Declaration
     
    
    Function ExcelSetChartLegendLayoutInfo( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByVal isOverlay As Boolean, _
       ByVal isManualLayout As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartReader9
    Dim sheet As Short
    Dim chartIndex As Integer
    Dim isOverlay As Boolean
    Dim isManualLayout As Boolean
    Dim value As Boolean
     
    value = instance.ExcelSetChartLegendLayoutInfo(sheet, chartIndex, isOverlay, isManualLayout)
    bool ExcelSetChartLegendLayoutInfo( 
       short sheet,
       int chartIndex,
       bool isOverlay,
       bool isManualLayout
    )

    Parameters

    sheet
    Index of sheetView.
    chartIndex
    Index of chart.
    isOverlay
    Specifies whether the legend is overlay.
    isManualLayout
    Specifies whether layout is manually set.

    Return Value

    TRUE if success, otherwise, FALSE
    See Also