Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartReader Interface / ExcelSetAxisVisible Method


In This Topic
    ExcelSetAxisVisible Method (IExcelChartReader)
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelSetAxisVisible( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByVal plotAreaType As PlotAreaType, _
       ByVal axisType As AxisType, _
       ByVal index As Integer, _
       ByVal visible As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelChartReader
    Dim sheet As Short
    Dim chartIndex As Integer
    Dim plotAreaType As PlotAreaType
    Dim axisType As AxisType
    Dim index As Integer
    Dim visible As Boolean
    Dim value As Boolean
     
    value = instance.ExcelSetAxisVisible(sheet, chartIndex, plotAreaType, axisType, index, visible)

    Parameters

    sheet
    chartIndex
    plotAreaType
    axisType
    index
    visible
    See Also