Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadBubbleSeries Class / SizeFormula Property


In This Topic
    SizeFormula Property
    In This Topic
    Gets or sets the size formula.
    Syntax
    'Declaration
     
    Public Property SizeFormula As String
    'Usage
     
    Dim instance As SpreadBubbleSeries
    Dim value As String
     
    instance.SizeFormula = value
     
    value = instance.SizeFormula
    public string SizeFormula {get; set;}

    Property Value

    The size formula.
    See Also