Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / HighLowCloseSeries Class / CloseValueArray Property


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