Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / SpreadChart Class / BorderColor Property


In This Topic
    BorderColor Property (SpreadChart)
    In This Topic
    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