Bars object
The Bars holds a collection of Bar objects. A Bar object defines the look and feel for bars in the chart's area. Use the Bars property to access the Bars collection. Use the Chart object property to access the control's chart. Use the AddBar method to add a bar to an item. The Bars collection holds a collection of predefined and custom bars. The Bars object supports the following methods and properties:

NameDescription
AddAdds a Bar object to the collection and returns a reference to the newly created object.
AddShapeCornerAdds a custom shape corner.
ClearRemoves all objects in a collection.
CopyCopies a Bar object and returns a reference to the newly created object.
CountReturns the number of objects in a collection.
ItemReturns a specific Column of the Columns collection.
RemoveRemoves a specific member from the Bars collection.
RemoveShapeCornerRemoves a custom shape corner.