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

In This Topic
    IDataLabel Interface Members
    In This Topic

    The following tables list the members exposed by IDataLabel.

    Public Methods
     NameDescription
     MethodDeletes the object.  
     MethodGets whether the object automatically generates appropriate text based on context.  
     MethodGets the text direction.  
     MethodGets the IFontFormat object that represents the font of the specifiedobject.  
     MethodReturns the IChartFormat object.  
     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. The return value type changes from IPoint to object in version 7.0.0.This breaking change will cause a compilation failure or runtime error. The return value could be IPoint or ITrendline.  
     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).  
     MethodSets whether the data label legend key is visible.  
     MethodGets whether to display the 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. False to hide.  
     MethodGets the text for the specified object.  
     MethodReturns the ITextFrame object that contains the text and font styleproperties for the specified data label.  
     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).  
     MethodGets whether the data label legend key is visible.  
     MethodSets whether to display the 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. False to hide.  
     MethodSets the text for the specified object.  
    Top
    See Also