ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / ChartType Enumeration

In This Topic
    ChartType Enumeration
    In This Topic
    Defines the enumeration of chart types.
    Syntax
    'Declaration
     
    Public Enum ChartType 
       Inherits System.Enum
    public enum ChartType : System.Enum 
    Members
    MemberDescription
    AreaThe area chart type.
    BarThe bar chart type.
    BubbleThe bubble chart type.
    ColumnThe column chart type.
    DotPlotThe dot plot chart type.
    DoughnutThe doughnut chart type.
    FunnelThe funnel chart type.
    GanttThe gantt chart type.
    KagiThe kagi chart type.
    LineThe line chart type.
    PieThe pie chart type.
    PointAndFigureThe point and figure chart type.
    PyramidThe pyramid chart type.
    RenkoThe renko chart type.
    ScatterThe scatter chart type.
    StockThe stock chart type.
    ThreeLineBreakThe three line break chart type.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.ChartType

    See Also