The Bar class contains properties specific to Bar charts.

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

Syntax

C#
[TypeConverterAttribute(typeof(Bar..::..TypeConverter))]
public class Bar : c1SpecialData
Visual Basic
<TypeConverterAttribute(GetType(Bar..::..TypeConverter))> _
Public Class Bar _
	Inherits c1SpecialData

Remarks

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

Inheritance Hierarchy

System..::..Object
  C1.Win.C1Chart..::..c1SpecialData
    C1.Win.C1Chart..::..Bar

See Also