|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IChartTextOptions
This interface allows you to set and get the text options for the chart title, subtitle, and footnote.
| Method Summary | |
|---|---|
IFontColor |
getDataLabelFont()
For internal use only |
java.lang.String |
getDataTitle()
For internal use only |
IFontColor |
getDataTitleFont()
For internal use only |
java.lang.String |
getFootnote()
Returns the chart footnote text. |
IFontColor |
getFootnoteFont()
Returns the font used for the chart footnote. |
IFontColor |
getGroupLabelFont()
For internal use only |
java.lang.String |
getGroupTitle()
For internal use only |
IFontColor |
getGroupTitleFont()
For internal use only |
IFontColor |
getLegendFont()
For internal use only |
IFontColor |
getSeriesLabelFont()
For internal use only |
java.lang.String |
getSeriesTitle()
For internal use only |
IFontColor |
getSeriesTitleFont()
For internal use only |
java.lang.String |
getSubtitle()
Returns the chart subtitle text. |
IFontColor |
getSubtitleFont()
Returns the font used for the chart subtitle. |
java.lang.String |
getTitle()
Returns the chart title text. |
IFontColor |
getTitleFont()
Returns the font used for the chart title. |
void |
setDataLabelFont(IFontColor dataLabelFont)
For internal use only |
void |
setDataTitle(java.lang.String dataTitle)
For internal use only |
void |
setDataTitleFont(IFontColor dataTitleFont)
For internal use only |
void |
setFootnote(java.lang.String footnote)
Sets the chart footnote text. |
void |
setFootnoteFont(IFontColor footnoteFont)
Sets the font used for the chart footnote. |
void |
setGroupLabelFont(IFontColor groupLabelFont)
For internal use only |
void |
setGroupTitle(java.lang.String groupTitle)
For internal use only |
void |
setGroupTitleFont(IFontColor groupTitleFont)
For internal use only |
void |
setLegendFont(IFontColor legendFont)
For internal use only |
void |
setSeriesLabelFont(IFontColor seriesLabelFont)
For internal use only |
void |
setSeriesTitle(java.lang.String seriesTitle)
For internal use only |
void |
setSeriesTitleFont(IFontColor seriesTitleFont)
For internal use only |
void |
setSubtitle(java.lang.String subtitle)
Sets the chart subtitle text. |
void |
setSubtitleFont(IFontColor subtitleFont)
Sets the font used for the chart subtitle. |
void |
setTitle(java.lang.String title)
Sets the chart title text. |
void |
setTitleFont(IFontColor titleFont)
Sets the font used for the chart title. |
| Method Detail |
|---|
java.lang.String getFootnote()
Returns the chart footnote text. By default, the footnote is placed at the bottom right corner of your chart.
String that specifies the chart footnote text.IFontColor getFootnoteFont()
Returns the font used for the chart footnote. The default color is black.
IFontColor object that specifies the font and color used for the chart footnote.java.lang.String getSubtitle()
Returns the chart subtitle text. A subtitle can provide additional information about your chart. By default, the subtitle is placed at the top center of your chart, directly below the chart title.
String containing the chart subtitle text.IFontColor getSubtitleFont()
Returns the font used for the chart subtitle. The default color is blue.
IFontColor object that specifies the font and color used for the chart subtitle.java.lang.String getTitle()
Returns the chart title text. The title is placed at the top center of your chart.
String containing the chart title text.IFontColor getTitleFont()
Returns the font used for the chart title. The default color is black and style is bold.
IFontColor object that specifies the font and color used for the chart title.void setFootnote(java.lang.String footnote)
Sets the chart footnote text. By default, the footnote is placed at the bottom right corner of your chart.
footnote - A String that specifies the chart footnote text.void setFootnoteFont(IFontColor footnoteFont)
Sets the font used for the chart footnote. The default color is black.
footnoteFont - An IFontColor object that specifies the font and color used for the chart footnote.void setSubtitle(java.lang.String subtitle)
Sets the chart subtitle text. A subtitle can provide additional information about your chart. By default, the subtitle is placed at the top center of your chart, directly below the chart title.
subtitle - A String containing the chart subtitle text.void setSubtitleFont(IFontColor subtitleFont)
Sets the font used for the chart subtitle. The default color is blue.
subtitleFont - An IFontColor object that specifies the font and color used for the chart subtitle.void setTitle(java.lang.String title)
Sets the chart title text. The title is placed at the top center of your chart.
title - A String containing the chart title text.void setTitleFont(IFontColor titleFont)
Sets the font used for the chart title. The default color is black and style is bold.
titleFont - An IFontColor object that specifies the font and color used for the chart title.java.lang.String getGroupTitle()
void setGroupTitle(java.lang.String groupTitle)
java.lang.String getSeriesTitle()
void setSeriesTitle(java.lang.String seriesTitle)
java.lang.String getDataTitle()
void setDataTitle(java.lang.String dataTitle)
IFontColor getGroupTitleFont()
void setGroupTitleFont(IFontColor groupTitleFont)
IFontColor getSeriesTitleFont()
void setSeriesTitleFont(IFontColor seriesTitleFont)
IFontColor getDataTitleFont()
void setDataTitleFont(IFontColor dataTitleFont)
IFontColor getGroupLabelFont()
void setGroupLabelFont(IFontColor groupLabelFont)
IFontColor getDataLabelFont()
void setDataLabelFont(IFontColor dataLabelFont)
IFontColor getSeriesLabelFont()
void setSeriesLabelFont(IFontColor seriesLabelFont)
IFontColor getLegendFont()
void setLegendFont(IFontColor legendFont)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||