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


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