Spread for ASP.NET 11 Product Documentation
BorderColor Property (SpreadChart)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Chart Namespace > SpreadChart Class : BorderColor Property
Gets or sets the border color of the web SpreadChart.
Syntax
'Declaration
 
Public Overrides Property BorderColor As Color
'Usage
 
Dim instance As SpreadChart
Dim value As Color
 
instance.BorderColor = value
 
value = instance.BorderColor
public override Color BorderColor {get; set;}
See Also

Reference

SpreadChart Class
SpreadChart Members