Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter4 Interface / ExcelGetLegendOverlay Method


In This Topic
    ExcelGetLegendOverlay Method
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelGetLegendOverlay( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByRef isOverlay As Boolean, _
       ByRef isManualLayout As Boolean, _
       ByRef legendPos As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartWriter4
    Dim sheet As Short
    Dim chartIndex As Integer
    Dim isOverlay As Boolean
    Dim isManualLayout As Boolean
    Dim legendPos As Integer
    Dim value As Boolean
     
    value = instance.ExcelGetLegendOverlay(sheet, chartIndex, isOverlay, isManualLayout, legendPos)
    bool ExcelGetLegendOverlay( 
       short sheet,
       int chartIndex,
       out bool isOverlay,
       out bool isManualLayout,
       out int legendPos
    )

    Parameters

    sheet
    chartIndex
    isOverlay
    isManualLayout
    legendPos
    See Also