Spread WinForms 15
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
See Also