ActiveReports Developer 7
BaseStyle Enumeration
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace : BaseStyle Enumeration

Glossary Item Box

Gets or sets a circular or square base drawing style for the 3D funnel chart or 3D pyramid chart.

Syntax

Visual Basic (Declaration) 
Public Enum BaseStyle 
   Inherits System.Enum
C# 
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