Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / TreemapSeries Class / BorderArray Property


In This Topic
    BorderArray Property (TreemapSeries)
    In This Topic
    Gets or sets the string value that indicates all items of Borders as an array.
    Syntax
    'Declaration
     
    
    Public Property BorderArray As String
    'Usage
     
    
    Dim instance As TreemapSeries
    Dim value As String
     
    instance.BorderArray = value
     
    value = instance.BorderArray
    public string BorderArray {get; set;}
    Remarks
    This property is used to generate html markup and is not recommended for use at run-time.
    See Also