Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / XYZLineSeries Class / XValueArray Property


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