com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class AxisAggregationType

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


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

    Represents aggregation type of category axis. Used with Histogram or HistogramPareto series only.

    • 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 Automatic
      Aggregate categories automatically.
      static int ByBinWidth
      Aggregate categories by bin width.
      static int ByCategory
      Aggregate by categories
      static int ByNumberOfBins
      Aggregate categories by number of bins.
      • 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

      • Automatic

        public static final int Automatic

        Aggregate categories automatically.

        See Also:
        Constant Field Values
      • ByBinWidth

        public static final int ByBinWidth

        Aggregate categories by bin width. Property IAxis.BinWidth must be setted.

        See Also:
        Constant Field Values
      • ByNumberOfBins

        public static final int ByNumberOfBins

        Aggregate categories by number of bins. Property IAxis.NumberOfBins must be setted.

        See Also:
        Constant Field Values