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


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

    Parameters

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