The Bar class and its properties are only used for bar charts. It is returned by the Bar property of a ChartGroup.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class Chart3DBar
Visual Basic
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class Chart3DBar

Inheritance Hierarchy

System..::..Object
  C1.Win.C1Chart3D..::..Chart3DBar

See Also