XlsChartFormat
SizeRepresents Property
|
Returns or sets what the bubble size represents on a bubble chart.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public BubbleSizeType SizeRepresents { get; set; }
Public Property SizeRepresents As BubbleSizeType
Get
Set
public:
virtual property BubbleSizeType SizeRepresents {
BubbleSizeType get () sealed;
void set (BubbleSizeType value) sealed;
}
abstract SizeRepresents : BubbleSizeType with get, set
override SizeRepresents : BubbleSizeType with get, set
Property Value
Type:
BubbleSizeType
Implements
IChartFormat
SizeRepresents
See Also