Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SparklineCommand Class / GetSparklineStylePreset Method
A SparklineCommand.SparklineStylePreset value indicates the settings of sparkline.


In This Topic
    GetSparklineStylePreset Method
    In This Topic
    Gets the sparkline style preset.
    Syntax
    'Declaration
     
    
    Public Shared Function GetSparklineStylePreset( _
       ByVal preset As SparklineCommand.SparklineStylePreset _
    ) As SparklineSetting
    'Usage
     
    
    Dim preset As SparklineCommand.SparklineStylePreset
    Dim value As SparklineSetting
     
    value = SparklineCommand.GetSparklineStylePreset(preset)
    public static SparklineSetting GetSparklineStylePreset( 
       SparklineCommand.SparklineStylePreset preset
    )

    Parameters

    preset
    A SparklineCommand.SparklineStylePreset value indicates the settings of sparkline.
    See Also