public interface IDataLabel extends ILayoutable, IOverridableText, IActualLayout
Represents a series labels.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActualLabelText()
Returns actual label text based on DataLabelFormat settings or TextFrameForOverriding.Text value.
|
IDataLabelFormat |
getDataLabelFormat()
Returns format of the data label.
|
IChartDataCell |
getValueFromCell()
Gets or sets workbook data cell.
|
void |
hide()
Make data label hidden by setting all Show*-flags (ShowValue, ...) to false state.
|
boolean |
isVisible()
False means that data label is not visible (and so all Show*-flags (ShowValue, ...) are false).
|
void |
setValueFromCell(IChartDataCell value)
Gets or sets workbook data cell.
|
getBottom, getHeight, getRight, getWidth, getX, getY, setHeight, setWidth, setX, setY
addTextFrameForOverriding, getTextFrameForOverriding
getTextFormat
getChart
getSlide
getPresentation
getActualHeight, getActualWidth, getActualX, getActualY
boolean isVisible()
False means that data label is not visible (and so all Show*-flags (ShowValue, ...) are false).
Read-only boolean
.
void hide()
Make data label hidden by setting all Show*-flags (ShowValue, ...) to false state. IsVisible will be false after this.
IDataLabelFormat getDataLabelFormat()
Returns format of the data label.
Read-only IDataLabelFormat
.
IChartDataCell getValueFromCell()
Gets or sets workbook data cell. Applied if IDataLabelFormat.ShowLabelValueFromCell property equals true.
void setValueFromCell(IChartDataCell value)
Gets or sets workbook data cell. Applied if IDataLabelFormat.ShowLabelValueFromCell property equals true.
java.lang.String getActualLabelText()
Returns actual label text based on DataLabelFormat settings or TextFrameForOverriding.Text value.