ActiveReports 12
BaseStyle Enumeration

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace : 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
public enum BaseStyle : 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

Reference

GrapeCity.ActiveReports.Chart Namespace