public class ChartLabelInfo
extends java.lang.Object
Constructor and Description |
---|
ChartLabelInfo()
Constructor.
|
ChartLabelInfo(java.lang.String titleName,
java.lang.String titleText,
java.lang.String leftName,
java.lang.String leftText,
java.lang.String btmName,
java.lang.String btmText)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBottomText()
Gets the text of the note field on the bottom of the chart.
|
java.lang.String |
getLeftText()
Gets the text of the note field on the left of the chart.
|
java.lang.String |
getTitleText()
Gets the text of the title field.
|
java.lang.String |
toString() |
public ChartLabelInfo()
public ChartLabelInfo(java.lang.String titleName, java.lang.String titleText, java.lang.String leftName, java.lang.String leftText, java.lang.String btmName, java.lang.String btmText)
titleName
- Specifies the instance name of the chart title field.titleText
- Specifies the text of the title field.leftName
- Specifies the instance name of the chart note field on the left of the chart.leftText
- Specifies the text of the chart note field on the left of the chart.btmName
- Specifies the instance name of the chart note field on the bottom of the chart.btmText
- Specifies the text of the chart note field on the bottom of the chart.public java.lang.String getTitleText()
public java.lang.String getLeftText()
public java.lang.String getBottomText()
public java.lang.String toString()
toString
in class java.lang.Object