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


In This Topic
    BorderStyle Property (SpreadChart)
    In This Topic
    Gets or sets the border style of the web SpreadChart.
    Syntax
    'Declaration
     
    
    Public Overrides Property BorderStyle As BorderStyle
    'Usage
     
    
    Dim instance As SpreadChart
    Dim value As BorderStyle
     
    instance.BorderStyle = value
     
    value = instance.BorderStyle
    public override BorderStyle BorderStyle {get; set;}
    See Also