Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DataLabelBase.ShowBubbleSize Property

Gets or sets a value indicating whether the bubble size should be displayed in a data label on the bubble chart.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

bool ShowBubbleSize { get; set; }

Property Value

Type Description
Boolean

true, to show bubble size labels; otherwise, false.

See Also