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


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