Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / HistogramSeries Class / ValueArray Property


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