Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter6 Interface / ExcelGetLegendAreaInfo Method


In This Topic
    ExcelGetLegendAreaInfo Method (IExcelChartWriter6)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub ExcelGetLegendAreaInfo( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByRef isOverlay As Boolean, _
       ByRef isManualLayout As Boolean, _
       ByRef legendPos As Integer, _
       ByRef isVertical As Boolean _
    ) 
    'Usage
     
    
    Dim instance As IExcelChartWriter6
    Dim sheet As Short
    Dim chartIndex As Integer
    Dim isOverlay As Boolean
    Dim isManualLayout As Boolean
    Dim legendPos As Integer
    Dim isVertical As Boolean
     
    instance.ExcelGetLegendAreaInfo(sheet, chartIndex, isOverlay, isManualLayout, legendPos, isVertical)
    void ExcelGetLegendAreaInfo( 
       short sheet,
       int chartIndex,
       out bool isOverlay,
       out bool isManualLayout,
       out int legendPos,
       out bool isVertical
    )

    Parameters

    sheet
    chartIndex
    isOverlay
    isManualLayout
    legendPos
    isVertical
    See Also