Spread Silverlight Documentation
NegativeColor Property (ExcelSparklineGroup)


GrapeCity.Excel Namespace > ExcelSparklineGroup Class : NegativeColor Property
Specifies the color of the negative data points for each sparkline in this sparkline group
Syntax
'Declaration
 
Public Property NegativeColor As IExcelColor
'Usage
 
Dim instance As ExcelSparklineGroup
Dim value As IExcelColor
 
instance.NegativeColor = value
 
value = instance.NegativeColor
public IExcelColor NegativeColor {get; set;}
See Also

Reference

ExcelSparklineGroup Class
ExcelSparklineGroup Members