Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / XYBubbleSeries Class / NegativeBorderArray Property


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