ActiveReports 18 .NET Edition
MESCIUS.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.
    GaugeThe chart uses use needles to show information on colored data range
    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.
    RadarAreaThe chart fills an area to display values on top of a Radar plot.
    RadarBubbleThe chart uses bubbles having different size to display values on top of a Radar plot.
    RadarLineThe chart uses lines to display values on top of a Radar plot.
    RadarScatterThe chart uses markers or points to display values on top of a Radar plot.
    RangeAreaThe chart fills an area between the two lines to display values.
    RangeBarThe chart uses horizontal bars to display range values.
    RangeColumnThe chart uses vertical bars to display range 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