Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / TreemapSeries Class / FillArray Property


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