SpreadsheetGear 2023
SizeRepresents Enumeration


SpreadsheetGear.Charts Namespace : SizeRepresents Enumeration
Specifies what the size values represent on a bubble chart.
Syntax
'Declaration
 
Public Enum SizeRepresents 
   Inherits System.Enum
'Usage
 
Dim instance As SizeRepresents
public enum SizeRepresents : System.Enum 
Members
MemberDescription
AreaSize represents the ratio of the area of bubbles.
WidthSize represents the ratio of the width of bubbles.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Charts.SizeRepresents

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear.Charts Namespace