Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / HighLowBarSeries Class / HighValueArray Property


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