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

In This Topic
    ILegendKey Interface Members
    In This Topic

    The following tables list the members exposed by ILegendKey.

    Public Methods
     NameDescription
     MethodClears the formatting of the object.  
     MethodDeletes the object.  
     MethodReturns the IChartFormat object.  
     MethodGets whether the pattern is inverted when the number is negative (True if Microsoft Excel inverts the pattern in the item when it corresponds to a negative number).  
     MethodGets market format.  
     MethodReturns the data-marker size, in points.  
     MethodReturns the marker style for a legend key in a line chart, scatter chart, or radar chart.  
     MethodReturns the parent object for the specified object.  
     MethodReturns the unit for each picture on the chart if the Microsoft.Office.Interop.Excel.LegendKey.PictureType property is set to StackScale (if not, this property is ignored).  
     MethodTrue if the font is a shadow font or if the object has a shadow.  
     MethodTrue if curve smoothing is turned on for the line chart or scatter chart. Applies only to line and scatter charts.  
     MethodSets whether the pattern is inverted when the number is negative (True if Microsoft Excel inverts the pattern in the item when it corresponds to a negative number).  
     MethodSets the data-marker size, in points.  
     MethodSets the marker style for a legend key in a line chart, scatter chart, or radar chart.  
     MethodSets the unit for each picture on the chart if the Microsoft.Office.Interop.Excel.LegendKey.PictureType property is set to StackScale (if not, this property is ignored).  
     MethodTrue if the font is a shadow font or if the object has a shadow.  
     MethodTrue if curve smoothing is turned on for the line chart or scatter chart. Applies only to line and scatter charts.  
    Top
    See Also