Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChartGroup Interface / SizeRepresents Property


In This Topic
    SizeRepresents Property
    In This Topic
    Gets or sets what the bubble size represents on a bubble chart.
    Syntax
    'Declaration
     
    Property SizeRepresents As SizeRepresents
    'Usage
     
    Dim instance As IChartGroup
    Dim value As SizeRepresents
     
    instance.SizeRepresents = value
     
    value = instance.SizeRepresents
    SizeRepresents SizeRepresents {get; set;}
    See Also