Class XValues
java.lang.Object
com.independentsoft.office.charts.XValues
The Class XValues.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the multi level string reference.Gets the number literal.Gets the number reference.Gets the string literal.Gets the string reference.voidsetMultiLevelStringReference(MultiLevelStringReference multiLevelStringReference)Sets the multi level string reference.voidsetNumberLiteral(NumberLiteral numberLiteral)Sets the number literal.voidsetNumberReference(NumberReference numberReference)Sets the number reference.voidsetStringLiteral(StringLiteral stringLiteral)Sets the string literal.voidsetStringReference(StringReference stringReference)Sets the string reference.toString()
-
Constructor Details
-
XValues
public XValues()Instantiates a new x values.
-
-
Method Details
-
clone
-
toString
-
getMultiLevelStringReference
Gets the multi level string reference.- Returns:
- the multi level string reference
-
setMultiLevelStringReference
Sets the multi level string reference.- Parameters:
multiLevelStringReference- the new multi level string reference
-
getNumberLiteral
Gets the number literal.- Returns:
- the number literal
-
setNumberLiteral
Sets the number literal.- Parameters:
numberLiteral- the new number literal
-
getNumberReference
Gets the number reference.- Returns:
- the number reference
-
setNumberReference
Sets the number reference.- Parameters:
numberReference- the new number reference
-
getStringLiteral
Gets the string literal.- Returns:
- the string literal
-
setStringLiteral
Sets the string literal.- Parameters:
stringLiteral- the new string literal
-
getStringReference
Gets the string reference.- Returns:
- the string reference
-
setStringReference
Sets the string reference.- Parameters:
stringReference- the new string reference
-