com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class ChartTypeCharacterizer

  • java.lang.Object
    • com.aspose.slides.ChartTypeCharacterizer


  • public class ChartTypeCharacterizer
    extends java.lang.Object

    Helper for getting additional information about charts and series by its ChartType.

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static boolean hasSeriesTrendLines(int seriesType)
      Returns if there are series trend lines for specified series type.
      static boolean is2DChart(int chartType)
      Return true if chartType is one of 2D chart types.
      static boolean is3DChart(int chartType)
      Return true if chartType is one of 3D chart types.
      static boolean isBar3DChart(int chartType)
      Return true if chartType is one of bar3DChart subtypes (3D columns or bars).
      static boolean isChartTypeArea(int chartType)
      Return true if chartType is one of Area subtypes.
      static boolean isChartTypeBar(int chartType)
      Return true if chartType is one of Bar subtypes.
      static boolean isChartTypeBubble(int chartType)
      Return true if chartType is one of Bubble subtypes.
      static boolean isChartTypeColumn(int chartType)
      Return true if chartType is one of Column subtypes.
      static boolean isChartTypeDoughnut(int chartType)
      Return true if chartType is one of Doughnut subtypes.
      static boolean isChartTypeLine(int chartType)
      Return true if chartType is one of Line subtypes.
      static boolean isChartTypePie(int chartType)
      Return true if chartType is one of Pie subtypes.
      static boolean isChartTypeRadar(int chartType)
      Return true if chartType is one of Radar subtypes.
      static boolean isChartTypeScatter(int chartType)
      Return true if chartType is one of Scatter subtypes.
      static boolean isChartTypeStock(int chartType)
      Return true if chartType is one of Stock subtypes.
      static boolean isChartTypeSurface(int chartType)
      Return true if chartType is one of Surface subtypes.
      static boolean isErrorBarsXAllowed(int seriesType)
      Returns if error bars X allowed for specified series type.
      static boolean isErrorBarsYAllowed(int seriesType)
      Returns if error bars Y allowed for specified series type.
      static boolean isSeriesUsesBubbleSizeCoordinate(int seriesType)
      Returns if bubble size coordinates can be used for specified series type.
      static boolean isSeriesUsesValueCoordinate(int seriesType)
      Returns if specified series type uses value coordinates.
      static boolean isSeriesUsesXValueCoordinate(int seriesType)
      Returns if specified series type uses X value coordinates.
      static boolean isSeriesUsesYValueCoordinate(int seriesType)
      Returns if specified series type uses Y value coordinates.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait