Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / IBubbleDataPoint Interface / SizeValue Property


In This Topic
    SizeValue Property (IBubbleDataPoint)
    In This Topic
    Gets the size value.
    Syntax
    'Declaration
     
    ReadOnly Property SizeValue As Nullable(Of Double)
    'Usage
     
    Dim instance As IBubbleDataPoint
    Dim value As Nullable(Of Double)
     
    value = instance.SizeValue
    Nullable<double> SizeValue {get;}

    Property Value

    The size value.
    See Also