XlsChartFormat
BubbleScale Property
|
Percent of largest bubble compared to chart in general. ( 0 - 300 )
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int BubbleScale { get; set; }
Public Property BubbleScale As Integer
Get
Set
public:
virtual property int BubbleScale {
int get () sealed;
void set (int value) sealed;
}
abstract BubbleScale : int with get, set
override BubbleScale : int with get, set
Property Value
Type:
Int32
Implements
IChartFormat
BubbleScale
See Also