IChartSeriesGroupBubbleSizeScale Property |
Specifies the scale factor for the bubble chart (can be
between 0 and 300 percents of the default size).
Read/write
Int32.
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxint BubbleSizeScale { get; set; }Property BubbleSizeScale As Integer
Get
Set
property int BubbleSizeScale {
int get ();
void set (int value);
}abstract BubbleSizeScale : int with get, set
Property Value
Type:
Int32
See Also