Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChartGroup Interface / ShowNegativeBubbles Property


In This Topic
    ShowNegativeBubbles Property
    In This Topic
    Gets or sets a value indicating whether negative bubbles are shown for the chart group.
    Syntax
    'Declaration
     
    
    Property ShowNegativeBubbles As Boolean
    'Usage
     
    
    Dim instance As IChartGroup
    Dim value As Boolean
     
    instance.ShowNegativeBubbles = value
     
    value = instance.ShowNegativeBubbles
    bool ShowNegativeBubbles {get; set;}
    Remarks
    Valid only for bubble charts.
    See Also