Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / IDataLabels Interface

In This Topic
    IDataLabels Interface Methods
    In This Topic

    For a list of all members of this type, see IDataLabels members.

    Public Methods
     NameDescription
     MethodReturns a single object from the collection.  
     MethodGets whether the object automatically generates appropriate text based on context.  
     MethodReturns the number of objects in the collection.  
     MethodGets the text direction.  
     MethodReturns the IFontFormat object that represents the font of thespecified object.  
     MethodReturns the IChartFormat object.  
     MethodReturns leader lines of the data label.  
     MethodGets the format code for the object.  
     MethodGets whether the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells).  
     MethodGets the text orientation.  
     MethodReturns the parent object for the specified object.  
     MethodGets the position of the data label.  
     MethodGets an object that represents the separator used for the data labels on a chart.  
     MethodGets whether to show the bubble size (True to show the bubble size for the data labels on a chart; False to hide).  
     MethodGets whether to show the category name (True to display the category name for the data labels on a chart; False to hide).  
     MethodGets a Boolean that corresponds to a specified chart's data label values display behavior. True displays the leader lines.  
     MethodGets whether the data label legend key is visible.  
     MethodGets whether to display a percentage (True to display the percentage value for the data labels on a chart; False to hide).  
     MethodGets a Boolean to indicate the series name display behavior for the data labels on a chart. True to show the series name. False to hide.  
     MethodGets a Boolean that corresponds to a specified chart's data label values display behavior. True displays the values.  
     MethodSets whether the object automatically generates appropriate text based on context.  
     MethodSets the text direction.  
     MethodSets the format code for the object.  
     MethodSets whether the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells).  
     MethodSets the text orientation. Can be an integer value from ¨C90 to 90 degrees.  
     MethodSets the position of the data label.  
     MethodSets an object that represents the separator used for the data labels on a chart.  
     MethodSets whether to show the bubble size (True to show the bubble size for the data labels on a chart; False to hide).  
     MethodSets whether to show the category name (True to display the category name for the data labels on a chart; False to hide).  
     MethodSets a Boolean that corresponds to a specified chart's data label values display behavior. True displays the leader lines.  
     MethodSets whether the data label legend key is visible.  
     MethodSets whether to display a percentage (True to display the percentage value for the data labels on a chart; False to hide).  
     MethodSets a Boolean to indicate the series name display behavior for the data labels on a chart. True to show the series name. False to hide.  
     MethodSets a Boolean that corresponds to a specified chart's data label values display behavior. True displays the values.  
    Top
    See Also