public enum ChartTrendLineFitType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum ChartTrendLineFitType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum ChartTrendLineFitType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum ChartTrendLineFitType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
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) |
System.Object
System.ValueType
System.Enum
ArcGIS.Core.CIM.ChartTrendLineFitType
Target Platforms: Windows 11, Windows 10, Windows 8.1