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


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