Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Renderer Namespace / TagCloudRenderer Class / GetWeightStrings Method


In This Topic
    GetWeightStrings Method
    In This Topic
    Gets a set of weights as strings.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetWeightStrings() As String()
    'Usage
     
    
    Dim instance As TagCloudRenderer
    Dim value() As String
     
    value = instance.GetWeightStrings()
    public virtual string[] GetWeightStrings()
    See Also