DataLabelFormatShowBubbleSize Property |
Represents a specified chart's data label bubble size value display behavior.
True displays the bubble size value. False to hide.
Read/write
Boolean.
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic bool ShowBubbleSize { get; set; }Public Property ShowBubbleSize As Boolean
Get
Set
public:
virtual property bool ShowBubbleSize {
bool get () sealed;
void set (bool value) sealed;
}abstract ShowBubbleSize : bool with get, set
override ShowBubbleSize : bool with get, set
Property Value
Type:
BooleanImplements
IDataLabelFormatShowBubbleSize
Remarks
If parent of this DataLabelFormat object is a DataLabelCollection collection of data labels then this
property gets or sets the default value of the ShowBubbleSize property for the new data
labels in the DataLabelCollection collection.
Set this property with value also sets this value to the ShowBubbleSize property
for all data labels in the DataLabelCollection collection
(i.e. "DataLabels.DefaultDataLabelFormat.ShowBubbleSize = val;" cause to
all DataLabels[i].ShowBubbleSize is equal to val).
See Also