SpreadsheetGear 2017
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 
public enum SizeRepresents = class(System.Enum)
public enum SizeRepresents extends System.Enum
__value public enum SizeRepresents : public System.Enum 
public enum class SizeRepresents : public 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