Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IDataLabels Interface / ShowBubbleSize Property


In This Topic
    ShowBubbleSize Property (IDataLabels)
    In This Topic
    Gets or sets a value indicating whether show the bubble size for the data labels on a chart.
    Syntax
    'Declaration
     
    Property ShowBubbleSize As Boolean
    'Usage
     
    Dim instance As IDataLabels
    Dim value As Boolean
     
    instance.ShowBubbleSize = value
     
    value = instance.ShowBubbleSize
    bool ShowBubbleSize {get; set;}
    See Also