Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SparklineCommand Class / ChangeShowAxis Method
The worksheet contains sparklines.
The sparkline's new showAxis setting


In This Topic
    ChangeShowAxis Method
    In This Topic
    Creates a command that changes the sparkline's showAxis setting.
    Syntax
    'Declaration
     
    
    Public Shared Function ChangeShowAxis( _
       ByVal worksheet As IWorksheet, _
       ByVal showAxis As Boolean _
    ) As SparklineCommand
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim showAxis As Boolean
    Dim value As SparklineCommand
     
    value = SparklineCommand.ChangeShowAxis(worksheet, showAxis)
    public static SparklineCommand ChangeShowAxis( 
       IWorksheet worksheet,
       bool showAxis
    )

    Parameters

    worksheet
    The worksheet contains sparklines.
    showAxis
    The sparkline's new showAxis setting
    See Also