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


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