Spread for ASP.NET 12 Product Documentation
MarkersColor Property


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

Reference

ExcelSparklineSetting Class
ExcelSparklineSetting Members