Back to Devexpress

ChartView.ShowNegativeBubbles Property

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-chartview-5bdc3f54.md

latest1.6 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool ShowNegativeBubbles { get; set; }
vb
Property ShowNegativeBubbles As Boolean

Property Value

TypeDescription
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

BubbleScale

SizeRepresents

ChartView Interface

ChartView Members

DevExpress.Spreadsheet.Charts Namespace