ArcGIS Pro 2.6 API Reference Guide
ChartDataTransformationType Enumeration

ArcGIS.Core.CIM Namespace : ChartDataTransformationType Enumeration
Types of a data transformation to apply before calculating histogram bins and counts.
Syntax
public enum ChartDataTransformationType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum ChartDataTransformationType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
Members
MemberDescription
Logarithmic Apply logarithmic data transformation.
None No data transformations.
SquareRoot Apply square root for data transformation.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace