Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / AreaSeries Class / AreaBorderArray Property


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