Spread for ASP.NET 12 Product Documentation
FirstMarkerColor Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ExcelSparklineSetting Class : FirstMarkerColor Property
Gets or sets the color of the first data point for each sparkline in this sparkline group.
Syntax
'Declaration
 
Public Property FirstMarkerColor As Color
'Usage
 
Dim instance As ExcelSparklineSetting
Dim value As Color
 
instance.FirstMarkerColor = value
 
value = instance.FirstMarkerColor
public Color FirstMarkerColor {get; set;}
See Also

Reference

ExcelSparklineSetting Class
ExcelSparklineSetting Members