Use the members of this enumeration to set the value of the ColumnFormat and RowFormat property in the Chart3DBar class.

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

Syntax

C#
public enum BarFormatEnum
Visual Basic
Public Enumeration BarFormatEnum

Members

Member nameValueDescription
Fixed0 Fixed format (bars are fixed width and centered about their X or Y values).
Histogram1 Histogram format (each bar fills the space up to its adjoining bar).

See Also