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

In This Topic
    PlotChartType Enumeration
    In This Topic
    Specifies the DV Chart plot chart type
    Syntax
    'Declaration
     
    Public Enum PlotChartType 
       Inherits System.Enum
    public enum PlotChartType : 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 having different size to display values.
    CandlestickThe chart uses sticks and boxes to display high, low, closing and opening values.
    ColumnThe chart uses vertical bars to display values.
    CustomThe chart uses a custom approach to display values.
    FunnelThe chart uses segments of a funnel to display values.
    GanttThe chart uses bars to display beginning and ending values.
    HighLowCloseThe chart uses sticks to display high, low and closing values.
    HighLowOpenCloseThe chart uses sticks to display high, low, opening and closing values.
    LineThe chart uses lines to display values.
    PieThe chart uses wedges in a pie to display values.
    PolarBarThe chart uses polar radius bars to display values.
    PolarColumnThe chart uses polar angle bars to display values.
    PyramidThe chart uses segments of a pyramid to display values.
    ScatterThe chart uses markers or points to display values.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.DV.PlotChartType

    See Also