Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineGroup Class / PlotBy Property


In This Topic
    PlotBy Property (SparklineGroup)
    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
     
    
    Public Property PlotBy As SparklineRowCol
    'Usage
     
    
    Dim instance As SparklineGroup
    Dim value As SparklineRowCol
     
    instance.PlotBy = value
     
    value = instance.PlotBy
    public SparklineRowCol PlotBy {get; set;}
    See Also