Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Renderer Namespace / TagCloudRenderer Class / RankingColors Property


In This Topic
    RankingColors Property (TagCloudRenderer)
    In This Topic
    Gets or sets the colors for each ranking level.
    Syntax
    'Declaration
     
    
    Public Property RankingColors As String()
    'Usage
     
    
    Dim instance As TagCloudRenderer
    Dim value() As String
     
    instance.RankingColors = value
     
    value = instance.RankingColors
    public string[] RankingColors {get; set;}

    Property Value

    String array containing the names of the colors
    See Also