Spread Windows Forms 12.0 Product Documentation
BarShape Enumeration


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace : BarShape Enumeration
Specifies the shape of a bar in a bar series chart.
Syntax
'Declaration
 
Public Enum BarShape 
   Inherits System.Enum
'Usage
 
Dim instance As BarShape
public enum BarShape : System.Enum 
Members
MemberDescription
BoxDisplays a rectangular solid (box) bar
CylinderDisplays a cylindrical bar
FullConeDisplays a conic bar
FullPyramidDisplays a pyramidal bar
PartialConeDisplays a partial conic bar
PartialPyramidDisplays a partial pyramidal bar
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Chart.BarShape

See Also

Reference

FarPoint.Win.Chart Namespace