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


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

    Parameters

    worksheet
    The worksheet contains sparklines.
    maxAxisType
    The sparkline's new vertical max value setting
    value
    See Also