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

In This Topic
    ChartDataTransformationType Enumeration
    In This Topic
    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
    BoxCox Apply Box-Cox data transformation.
    Inverse Apply inverse data transformation.
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also