XlsChartSerie
Bubbles Property
|
Bubble sizes for the series.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IXLSRange Bubbles { get; set; }
Public Property Bubbles As IXLSRange
Get
Set
public:
virtual property IXLSRange^ Bubbles {
IXLSRange^ get () sealed;
void set (IXLSRange^ value) sealed;
}
abstract Bubbles : IXLSRange with get, set
override Bubbles : IXLSRange with get, set
Property Value
Type:
IXLSRange
Implements
IChartSerie
Bubbles
See Also