SpreadsheetGear 2017
SizeRepresents Property (IChartGroup)






SpreadsheetGear.Charts Namespace > IChartGroup Interface : SizeRepresents Property
Gets or sets the property which specifies what the size values represent on a bubble chart.
Syntax
'Declaration
 
Property SizeRepresents As SizeRepresents
'Usage
 
Dim instance As IChartGroup
Dim value As SizeRepresents
 
instance.SizeRepresents = value
 
value = instance.SizeRepresents
SizeRepresents SizeRepresents {get; set;}
read-write property SizeRepresents: SizeRepresents; 
function get,set SizeRepresents : SizeRepresents
__property SizeRepresents get_SizeRepresents();
__property void set_SizeRepresents( 
   SizeRepresents value
);
property SizeRepresents SizeRepresents {
   SizeRepresents get();
   void set (    SizeRepresents value);
}
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

IChartGroup Interface
IChartGroup Members