Class NumberLiteral
java.lang.Object
com.independentsoft.office.charts.NumberLiteral
The Class NumberLiteral.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the format code.Gets the numeric points.intGets the point count.voidsetFormatCode(String formatCode)Sets the format code.voidsetPointCount(int pointCount)Sets the point count.toString()
-
Constructor Details
-
NumberLiteral
public NumberLiteral()Instantiates a new number literal.
-
-
Method Details
-
clone
-
toString
-
getFormatCode
Gets the format code.- Returns:
- the format code
-
setFormatCode
Sets the format code.- Parameters:
formatCode- the new format code
-
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
-