Spread for ASP.NET 12 Product Documentation
AxisColor Property (ExcelSparklineSetting)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ExcelSparklineSetting Class : AxisColor Property
Gets or sets the color of the axis.
Syntax
'Declaration
 
Public Property AxisColor As Color
'Usage
 
Dim instance As ExcelSparklineSetting
Dim value As Color
 
instance.AxisColor = value
 
value = instance.AxisColor
public Color AxisColor {get; set;}

Property Value

The color of the axis.
See Also

Reference

ExcelSparklineSetting Class
ExcelSparklineSetting Members