Spread for ASP.NET 12 Product Documentation
ShowNegative Property


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

Reference

ExcelSparklineSetting Class
ExcelSparklineSetting Members