com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class TrendlineType

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.slides.TrendlineType


  • public final class TrendlineType
    extends com.aspose.ms.System.Enum

    Represents type of trend line

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Exponential
      Specifies the trendline shall be an exponential curve in the form.
      static int Linear
      Specifies the trendline shall be a line in the form.
      static int Logarithmic
      Specifies the trendline shall be a logarithmic curve in the form , where log is the natural logarithm.
      static int MovingAverage
      Specifies the trendline shall be a moving average of period Period.
      static int Polynomial
      Specifies the trendline shall be a polynomial curve of order Order in the form.
      static int Power
      Specifies the trendline shall be a power curve in the form.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Exponential

        public static final int Exponential

        Specifies the trendline shall be an exponential curve in the form.

        See Also:
        Constant Field Values
      • Linear

        public static final int Linear

        Specifies the trendline shall be a line in the form.

        See Also:
        Constant Field Values
      • Logarithmic

        public static final int Logarithmic

        Specifies the trendline shall be a logarithmic curve in the form , where log is the natural logarithm.

        See Also:
        Constant Field Values
      • MovingAverage

        public static final int MovingAverage

        Specifies the trendline shall be a moving average of period Period.

        See Also:
        Constant Field Values
      • Polynomial

        public static final int Polynomial

        Specifies the trendline shall be a polynomial curve of order Order in the form.

        See Also:
        Constant Field Values
      • Power

        public static final int Power

        Specifies the trendline shall be a power curve in the form.

        See Also:
        Constant Field Values