SpreadsheetGear 2017
BarShape Property (ISeries)






SpreadsheetGear.Charts Namespace > ISeries Interface : BarShape Property
Gets or sets the property which specifies the shape of 3D bars.
Syntax
'Declaration
 
Property BarShape As BarShape
'Usage
 
Dim instance As ISeries
Dim value As BarShape
 
instance.BarShape = value
 
value = instance.BarShape
BarShape BarShape {get; set;}
read-write property BarShape: BarShape; 
function get,set BarShape : BarShape
__property BarShape get_BarShape();
__property void set_BarShape( 
   BarShape value
);
property BarShape BarShape {
   BarShape get();
   void set (    BarShape 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

ISeries Interface
ISeries Members