Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / XYLineSeries Class / PointBorderArray Property


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