ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / BarFormatEnum Enumeration

In This Topic
    BarFormatEnum Enumeration
    In This Topic
    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
    public enum BarFormatEnum : 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