Spread Silverlight Documentation
FirstColor Property (ExcelSparklineGroup)


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

Reference

ExcelSparklineGroup Class
ExcelSparklineGroup Members