Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / HighLowAreaSeries Class / AreaFillArray Property


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