Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / OpenHighLowCloseSeries Class / UpLineArray Property


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