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


In This Topic
    GetWeights Method
    In This Topic
    Gets a set of weights as double-precision floating-point numbers.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetWeights() As Double()
    'Usage
     
    
    Dim instance As TagCloudRenderer
    Dim value() As Double
     
    value = instance.GetWeights()
    public virtual double[] GetWeights()
    See Also