ComponentOne FlexReport for WinForms
Chart3DBarFormat Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace : Chart3DBarFormat Enumeration
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

Reference

C1.Win.FlexReport.Chart Namespace