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

In This Topic
    ChartType Enumeration
    In This Topic
    Specifies the DV Chart plot type
    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 bars to display values
    CandlestickThe chart uses sticks and boxes to display high, low, closing and opening values
    HighLowOpenCloseThe chart uses sticks to display high, low, and closing (and opening) values
    LineThe chart uses lines to display values
    ScatterThe chart uses symbols or points to display values
    Inheritance Hierarchy

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

    See Also