Navigation: Code Documentation > RSCommonCharts > RSChartConsts > Enumerations
TSizeOption Enumeration
Defines what the bubble size values represents; is the size the area of the bubble or its diameter? The size of the bubble affects the relative size of one bubble to another.
Namespace: RSChartConsts
Delphi
type TSizeOption = ( boDiameter, boArea);
Name
Description
boArea
Size represents area of bubble
boDiameter
Size represents width/height of bubble
Top
•RSChartConsts