C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / BarFormatEnum Enumeration

BarFormatEnum Enumeration
Use the members of this enumeration to set the value of the Chart3DBar.ColumnFormat and Chart3DBar.RowFormat property in the Chart3DBar class.
Syntax
'Declaration
 
Public Enum BarFormatEnum 
   Inherits System.Enum
 
Members
MemberDescription
FixedFixed format (bars are fixed width and centered about their X or Y values).
HistogramHistogram format (each bar fills the space up to its adjoining bar).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Chart3D.BarFormatEnum

See Also