|
|||||||||
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()
Returns the font used for the chart data label. |
java.lang.String |
getDataTitle()
Returns the chart data title text. |
IFontColor |
getDataTitleFont()
Returns the font used for the chart data title. |
java.lang.String |
getFootnote()
Returns the chart footnote text. |
IFontColor |
getFootnoteFont()
Returns the font used for the chart footnote. |
IFontColor |
getGroupLabelFont()
Returns the font used for the chart group label. |
java.lang.String |
getGroupTitle()
Returns the chart group title text. |
IFontColor |
getGroupTitleFont()
Returns the font used for the chart group title. |
IFontColor |
getLegendFont()
Returns the font used for the chart legend. |
IFontColor |
getSeriesLabelFont()
Returns the font used for the chart series label. |
java.lang.String |
getSeriesTitle()
Returns the chart series title text. |
IFontColor |
getSeriesTitleFont()
Returns the font used for the chart series title. |
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)
Sets the font used for the chart data label. |
void |
setDataTitle(java.lang.String dataTitle)
Sets the chart data title text. |
void |
setDataTitleFont(IFontColor dataTitleFont)
Sets the font used for the chart series title. |
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)
Sets the font used for the chart group label. |
void |
setGroupTitle(java.lang.String groupTitle)
Sets the chart group title text. |
void |
setGroupTitleFont(IFontColor groupTitleFont)
Sets the font used for the chart group title. |
void |
setLegendFont(IFontColor legendFont)
Sets the font used for the chart legend. |
void |
setSeriesLabelFont(IFontColor seriesLabelFont)
Sets the font used for the chart series label. |
void |
setSeriesTitle(java.lang.String seriesTitle)
Sets the chart series title text. |
void |
setSeriesTitleFont(IFontColor seriesTitleFont)
Sets the font used for the chart series title. |
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()
Returns the chart group title text.
String
containing the chart group title text.void setGroupTitle(java.lang.String groupTitle)
Sets the chart group title text.
groupTitle
- A String
containing the chart group title text.java.lang.String getSeriesTitle()
Returns the chart series title text.
String
containing the chart series title text.void setSeriesTitle(java.lang.String seriesTitle)
Sets the chart series title text.
seriesTitle
- A String
containing the chart series title text.java.lang.String getDataTitle()
Returns the chart data title text.
String
containing the chart data title text.void setDataTitle(java.lang.String dataTitle)
Sets the chart data title text.
dataTitle
- A String
containing the chart data title text.IFontColor getGroupTitleFont()
Returns the font used for the chart group title. The default color is blue.
IFontColor
object that specifies the font and color used for the chart group title.void setGroupTitleFont(IFontColor groupTitleFont)
Sets the font used for the chart group title. The default color is blue.
groupTitleFont
- An IFontColor
object that specifies the font and color used for the chart group title.IFontColor getSeriesTitleFont()
Returns the font used for the chart series title. The default color is blue.
IFontColor
object that specifies the font and color used for the chart series title.void setSeriesTitleFont(IFontColor seriesTitleFont)
Sets the font used for the chart series title. The default color is blue.
seriesTitleFont
- An IFontColor
object that specifies the font and color used for the chart series title.IFontColor getDataTitleFont()
Returns the font used for the chart data title. The default color is blue.
IFontColor
object that specifies the font and color used for the chart data title.void setDataTitleFont(IFontColor dataTitleFont)
Sets the font used for the chart series title. The default color is blue.
dataTitleFont
- An IFontColor
object that specifies the font and color used for the chart data title.IFontColor getGroupLabelFont()
Returns the font used for the chart group label. The default color is blue.
IFontColor
object that specifies the font and color used for the chart group label.void setGroupLabelFont(IFontColor groupLabelFont)
Sets the font used for the chart group label. The default color is blue.
groupLabelFont
- An IFontColor
object that specifies the font and color used for the chart group label.IFontColor getDataLabelFont()
Returns the font used for the chart data label. The default color is blue.
IFontColor
object that specifies the font and color used for the chart data label.void setDataLabelFont(IFontColor dataLabelFont)
Sets the font used for the chart data label. The default color is blue.
dataLabelFont
- An IFontColor
object that specifies the font and color used for the chart data label.IFontColor getSeriesLabelFont()
Returns the font used for the chart series label. The default color is blue.
IFontColor
object that specifies the font and
color used for the chart series label.void setSeriesLabelFont(IFontColor seriesLabelFont)
Sets the font used for the chart series label. The default color is blue.
seriesLabelFont
- An IFontColor
object that specifies the font and
color used for the chart series label.IFontColor getLegendFont()
Returns the font used for the chart legend. The default color is blue.
IFontColor
object that specifies the font and color used for the chart legend.void setLegendFont(IFontColor legendFont)
Sets the font used for the chart legend. The default color is blue.
legendFont
- An IFontColor
object that specifies the font and color used for the chart legend.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |