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.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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