Class NumberLiteral

java.lang.Object
com.independentsoft.office.charts.NumberLiteral

public class NumberLiteral extends Object
The Class NumberLiteral.
  • Constructor Details

    • NumberLiteral

      public NumberLiteral()
      Instantiates a new number literal.
  • Method Details

    • clone

      public NumberLiteral clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getFormatCode

      public String getFormatCode()
      Gets the format code.
      Returns:
      the format code
    • setFormatCode

      public void setFormatCode(String formatCode)
      Sets the format code.
      Parameters:
      formatCode - the new format code
    • getNumericPoints

      public List<NumericPoint> getNumericPoints()
      Gets the numeric points.
      Returns:
      the numeric points
    • getPointCount

      public int getPointCount()
      Gets the point count.
      Returns:
      the point count
    • setPointCount

      public void setPointCount(int pointCount)
      Sets the point count.
      Parameters:
      pointCount - the new point count