ArcGIS Pro 2.6 API Reference Guide
ChartTimeAggregationType Enumeration

ArcGIS.Core.CIM Namespace : ChartTimeAggregationType Enumeration
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.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace