ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / BaseStyle Enumeration

In This Topic
    BaseStyle Enumeration
    In This Topic
    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