ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / ChartTimeAggregationType Enumeration

In This Topic
    ChartTimeAggregationType Enumeration
    In This Topic
    Options for choosing how time intervals are built for the aggregation of a time based X-axis field.
    Syntax
    public enum ChartTimeAggregationType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum ChartTimeAggregationType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    CalendarIntervals Time intervals follow calendar breaks.
    EqualIntervalsFromEndTime Time intervals start with the last (latest) data point.
    EqualIntervalsFromStartTime Time intervals start with the first (earliest) data point.
    None No time aggregation is performed.
    ReferenceTime Time intervals snap to reference time.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.ChartTimeAggregationType

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also