Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / RadarLineSeries Class / LineBorderArray Property


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