Skip to main content

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.v23.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