Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SparklineCommand Class / ChangeMinValueOption Method
The worksheet contains sparklines.
The sparkline's new vertical min value setting


In This Topic
    ChangeMinValueOption Method
    In This Topic
    Creates a command that changes the sparkline's vertical min value setting.
    Syntax
    'Declaration
     
    
    Public Shared Function ChangeMinValueOption( _
       ByVal worksheet As IWorksheet, _
       ByVal minAxisType As SparkScale, _
       Optional ByVal value As Double _
    ) As SparklineCommand
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim minAxisType As SparkScale
    Dim value As Double
    Dim value As SparklineCommand
     
    value = SparklineCommand.ChangeMinValueOption(worksheet, minAxisType, value)
    public static SparklineCommand ChangeMinValueOption( 
       IWorksheet worksheet,
       SparkScale minAxisType,
       double value
    )

    Parameters

    worksheet
    The worksheet contains sparklines.
    minAxisType
    The sparkline's new vertical min value setting
    value
    See Also