Spread Silverlight Documentation
LowColor Property (ExcelSparklineGroup)


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

Reference

ExcelSparklineGroup Class
ExcelSparklineGroup Members