BarShape Property (IChart)
In This Topic
Gets or sets the shape used with the 3D bar or column chart.
Syntax
'Declaration
Property BarShape As BarShape
'Usage
Dim instance As IChart
Dim value As BarShape
instance.BarShape = value
value = instance.BarShape
BarShape BarShape {get; set;}
See Also