Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ChartView.ShowNegativeBubbles Property

Gets or sets a value indicating whether negative sized bubbles should be displayed on a bubble chart.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v24.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

bool ShowNegativeBubbles { get; set; }

#Property Value

Type Description
Boolean

true, if negative bubbles are shown; otherwise, false. The default is false.

#Remarks

Note

Currently, the SpreadsheetControl does not allow you to hide negative bubbles and displays all bubbles by default. However, display settings are loaded and stored in supported formats, and you can modify them programmatically.

See Also