ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.DV Namespace / AxisDateMode Enumeration

In This Topic
    AxisDateMode Enumeration
    In This Topic
    Specifies the date mode of axis
    Syntax
    'Declaration
     
    Public Enum AxisDateMode 
       Inherits System.Enum
    public enum AxisDateMode : System.Enum 
    Members
    MemberDescription
    DayIndicates that the axis uses a daily scale
    DefaultIndicates that the axis uses the default (Day) date mode
    HourIndicates that the axis uses an hour scale
    MillisecondIndicates that the axis uses a millisecond scale
    MinuteIndicates that the axis uses a minute scale
    MonthIndicates that the axis uses a monthly scale
    SecondIndicates that the axis uses a second scale
    WeekIndicates that the axis uses a weekly scale
    YearIndicates that the axis uses an annual scale
    Inheritance Hierarchy

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

    See Also