ArcGIS Pro 2.8 API Reference Guide
ChartTrendLineFitType Enumeration

ArcGIS.Core.CIM Namespace : ChartTrendLineFitType Enumeration
A fit type for a trend line.
Syntax
Members
MemberDescription
ChartTrendLineFitType_AverageX The average X-value
ChartTrendLineFitType_AverageY The average Y-value
ChartTrendLineFitType_Exponential Regression fit to the equation Y(x) = a * exp(b*x)
ChartTrendLineFitType_Fourier Regression fit to the equation Y(x) = a + b * cos(x) + c * sin(x) + d * cos(2x) + e * sin(2x) + ...
ChartTrendLineFitType_Linear A straight line that most closely approximates the data. Y(x) = a * x + b
ChartTrendLineFitType_Logarithmic Regression fit to the equation Y(x) = a * ln(x) + b
ChartTrendLineFitType_MaxX The maximum X-value
ChartTrendLineFitType_MaxY The maximum Y-value
ChartTrendLineFitType_MinX The minimum X-value
ChartTrendLineFitType_MinY The minimum Y-value
ChartTrendLineFitType_Polynomial Regression fit to the equation Y(x) = a * x^n + b * x^n-1 + c * x^n-2 + ... + z
ChartTrendLineFitType_Power Regression fit to the equation Y(x) = a * pow(x, b)
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ArcGIS.Core.CIM Namespace