|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataLabel
Represents a series labels.
Method Summary | |
---|---|
IDataLabelFormat |
getDataLabelFormat()
Returns format of the data label. |
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). |
Methods inherited from interface com.aspose.slides.ILayoutable |
---|
getBottom, getHeight, getRight, getWidth, getX, getY, setHeight, setWidth, setX, setY |
Methods inherited from interface com.aspose.slides.IOverridableText |
---|
addTextFrameForOverriding, getTextFrameForOverriding |
Methods inherited from interface com.aspose.slides.IFormattedTextContainer |
---|
getTextFormat |
Methods inherited from interface com.aspose.slides.IChartComponent |
---|
getChart |
Methods inherited from interface com.aspose.slides.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.aspose.slides.IPresentationComponent |
---|
getPresentation |
Method Detail |
---|
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
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |