FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DBarFormat Enumeration

In This Topic
    Chart3DBarFormat Enumeration
    In This Topic
    Specifies the format of the 3D bar.
    Syntax
    'Declaration
     
    Public Enum Chart3DBarFormat 
       Inherits System.Enum
    public enum Chart3DBarFormat : 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.FlexReport.Chart.Chart3DBarFormat

    See Also