com.aspose.slides
Interface IDataLabel

All Superinterfaces:
IChartComponent, IFormattedTextContainer, ILayoutable, IOverridableText, IPresentationComponent, ISlideComponent
All Known Implementing Classes:
DataLabel

public interface IDataLabel
extends ILayoutable, IOverridableText

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

isVisible

boolean isVisible()

False means that data label is not visible (and so all Show*-flags (ShowValue, ...) are false). Read-only boolean.


If data label is visible you can make it hidden with Hide() method. But if data label is not visible (IsVisible is false) you can make data label visible with setting Show*-flags (ShowValue, ...) to true state.


hide

void hide()

Make data label hidden by setting all Show*-flags (ShowValue, ...) to false state. IsVisible will be false after this.


If data label is not visible (IsVisible is false) you can make data label visible with setting Show*-flags (ShowValue, ...) to true state.


getDataLabelFormat

IDataLabelFormat getDataLabelFormat()

Returns format of the data label. Read-only IDataLabelFormat.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.