Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparklineGroup Interface / PlotBy Property


In This Topic
    PlotBy Property (ISparklineGroup)
    In This Topic
    Gets or sets how to plot the sparkline when the data on which it is based is in a square-shaped range.
    Syntax
    'Declaration
     
    
    Property PlotBy As SparklineRowCol
    'Usage
     
    
    Dim instance As ISparklineGroup
    Dim value As SparklineRowCol
     
    instance.PlotBy = value
     
    value = instance.PlotBy
    SparklineRowCol PlotBy {get; set;}
    See Also