ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ChartType Enumeration

In This Topic
    ChartType Enumeration
    In This Topic
    Specifies the type of the chart.
    Syntax
    'Declaration
     
    Public Enum ChartType 
       Inherits System.Enum
    public enum ChartType : System.Enum 
    Members
    MemberDescription
    AreaThe chart fills an area below a line to display values.
    BarThe chart uses horizontal bars to display values.
    BubbleThe chart uses bubbles to display values.
    ColumnThe chart uses vertical bars to display values.
    DotPlotDot plot chart type
    DoughnutThe chart uses segments of a doughnut to display values to total 100%.
    FunnelThe chart uses segments of a funnel to display values to total 100%.
    GanttThe chart uses bars to display beginning and ending values.
    KagiThe chart uses connected vertical lines of varying thicknesses to display values and reversals.
    LineThe chart uses lines to display values.
    PieThe chart uses wedges in a pie to display values to total 100%.
    PointAndFigureThe chart uses Xs and Os to display rising or falling values.
    PyramidThe chart uses segments of a pyramid to display values to total 100%.
    RenkoThe chart uses bricks to display trends in values.
    ScatterThe chart uses markers or points to display values.
    StockThe chart uses sticks to display high, low, and closing (and opening) values.
    ThreeLineBreakThe chart uses boxes to display rising or falling values which break the previous high or low value.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.ChartType

    See Also