Spread for ASP.NET 12 Product Documentation
ShowLow Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ExcelSparklineSetting Class : ShowLow Property
Gets or sets a value that specifies whether the data points with the lowest value are formatted differently for each sparkline in this sparkline group.
Syntax
'Declaration
 
Public Property ShowLow As Boolean
'Usage
 
Dim instance As ExcelSparklineSetting
Dim value As Boolean
 
instance.ShowLow = value
 
value = instance.ShowLow
public bool ShowLow {get; set;}
See Also

Reference

ExcelSparklineSetting Class
ExcelSparklineSetting Members