com.spire.xls.core
Interface IChartDataLabels

All Superinterfaces:
IChartTextArea, IFont, IOptimizedUpdate
All Known Implementing Classes:
ChartDataLabels, ChartTextArea, XlsChartDataLabels

public interface IChartDataLabels
extends IChartTextArea


Method Summary
 java.lang.String getDelimiter()
          Delimeter.
 java.lang.String getNumberFormat()
          Represents trend line label number format.
 DataLabelPositionType getPosition()
          Represents data labels position.
 boolean getShowLeaderLines()
          Indicates whether Leader Lines is in data labels.
 boolean hasBubbleSize()
          Indicates whether bubble size is in data labels.
 void hasBubbleSize(boolean value)
          Indicates whether bubble size is in data labels.
 boolean hasCategoryName()
          Indicates whether category name is in data labels.
 void hasCategoryName(boolean value)
          Indicates whether category name is in data labels.
 boolean hasLegendKey()
          Indicates whether legend key is in data labels.
 void hasLegendKey(boolean value)
          Indicates whether legend key is in data labels.
 boolean hasPercentage()
          Indicates whether percentage is in data labels.
 void hasPercentage(boolean value)
          Indicates whether percentage is in data labels.
 boolean hasSeriesName()
          Indicates whether series name is in data labels.
 void hasSeriesName(boolean value)
          Indicates whether series name is in data labels.
 boolean hasValue()
          Indicates whether value is in data labels.
 void hasValue(boolean value)
          Indicates whether value is in data labels.
 void setDelimiter(java.lang.String value)
          Delimeter.
 void setNumberFormat(java.lang.String value)
          Represents trend line label number format.
 void setPosition(DataLabelPositionType value)
          Represents data labels position.
 void setShowLeaderLines(boolean showLeaderLines)
          Represents data labels position.
 
Methods inherited from interface com.spire.xls.core.IChartTextArea
getBackgroundMode, getFrameFormat, getText, getTextRotationAngle, isAutoMode
 
Methods inherited from interface com.spire.xls.core.IFont
generateNativeFont, getColor, getFontName, getKnownColor, getSize, getStrikethroughType, getUnderline, getVerticalAlignment, isAutoColor, isBold, isBold, isItalic, isItalic, isStrikethrough, isStrikethrough, isSubscript, isSubscript, isSuperscript, isSuperscript, setColor, setFontName, setKnownColor, setSize, setStrikethroughType, setUnderline, setVerticalAlignment
 
Methods inherited from interface com.spire.xls.core.interfacess.IOptimizedUpdate
beginUpdate, endUpdate
 

Method Detail

hasSeriesName

boolean hasSeriesName()
Indicates whether series name is in data labels.


hasSeriesName

void hasSeriesName(boolean value)
Indicates whether series name is in data labels.


hasCategoryName

boolean hasCategoryName()
Indicates whether category name is in data labels.


hasCategoryName

void hasCategoryName(boolean value)
Indicates whether category name is in data labels.


hasValue

boolean hasValue()
Indicates whether value is in data labels.


hasValue

void hasValue(boolean value)
Indicates whether value is in data labels.


hasPercentage

boolean hasPercentage()
Indicates whether percentage is in data labels.


hasPercentage

void hasPercentage(boolean value)
Indicates whether percentage is in data labels.


hasBubbleSize

boolean hasBubbleSize()
Indicates whether bubble size is in data labels.


hasBubbleSize

void hasBubbleSize(boolean value)
Indicates whether bubble size is in data labels.


getDelimiter

java.lang.String getDelimiter()
Delimeter.


setDelimiter

void setDelimiter(java.lang.String value)
Delimeter.


hasLegendKey

boolean hasLegendKey()
Indicates whether legend key is in data labels.


hasLegendKey

void hasLegendKey(boolean value)
Indicates whether legend key is in data labels.


getPosition

DataLabelPositionType getPosition()
Represents data labels position.


setPosition

void setPosition(DataLabelPositionType value)
Represents data labels position.


getShowLeaderLines

boolean getShowLeaderLines()
Indicates whether Leader Lines is in data labels.


setShowLeaderLines

void setShowLeaderLines(boolean showLeaderLines)
Represents data labels position.


getNumberFormat

java.lang.String getNumberFormat()
Represents trend line label number format.


setNumberFormat

void setNumberFormat(java.lang.String value)
Represents trend line label number format.