Spread for ASP.NET 12 Product Documentation
LowMarkerColor Property


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

Reference

ExcelSparklineSetting Class
ExcelSparklineSetting Members