MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / BaseStyle Enumeration

BaseStyle Enumeration
Gets or sets a circular or square base drawing style for the 3D funnel chart or 3D pyramid chart.
Syntax
'Declaration
 
Public Enum BaseStyle 
   Inherits System.Enum
 
Members
MemberDescription
CircularBaseRenders the base of the funnel or pyramid in a circular shape.
SquareBaseRenders the base of the funnel or pyramid in a square shape.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Chart.BaseStyle

See Also