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

In This Topic
    IPoint Interface Members
    In This Topic

    The following tables list the members exposed by IPoint.

    Public Methods
     NameDescription
     MethodReturns the IDataLabel object that represents the data labelassociated with the point.  
     MethodGets the explosion value for a pie-chart or doughnut-chart slice. Returns 0 (zero) if there is no explosion (the tip of the slice is in the center of the pie).  
     MethodReturns the IChartFormat object.  
     MethodGets whether a point has a three-dimensional appearance.  
     MethodGets whether the point has a data label.  
     MethodGets whether Microsoft Excel inverts the pattern in the item when it corresponds to a negative number.  
     MethodGets whether the point is a total data point. Valid only for waterfall charts.  
     MethodGets the marker format for this point.  
     MethodGets the data marker size in points.  
     MethodGets the marker style for a point or series in a line, scatter, or radar chart.  
     MethodReturns the parent object for the specified object.  
     MethodGets the way pictures are displayed on a column or bar picture chart.  
     MethodGets the unit for each picture on the chart if the PictureType property is set to StackScale (if not, this property is ignored).  
     MethodGets whether the point is in a secondary section (True if the point is in the secondary section of a pie or bar section of a pie chart). Applies only to points on the pie or bar section of pie charts.  
     MethodSets the explosion value for a pie-chart or doughnut-chart slice. Returns 0 (zero) if there is no explosion (the tip of the slice is in the center of the pie).  
     MethodSets whether a point has a three-dimensional appearance.  
     MethodSets whether the point has a data label.  
     MethodSets whether Microsoft Excel inverts the pattern in the item when it corresponds to a negative number.  
     MethodSets whether the point is a total data point. Valid only for waterfall charts.  
     MethodSets the data marker size in points.  
     MethodSets the marker style for a point or series in a line, scatter, or radar chart.  
     MethodSets the way pictures are displayed on a column or bar picture chart.  
     MethodSets the unit for each picture on the chart if the PictureType property is set to StackScale (if not, this property is ignored).  
     MethodSets whether the point is in a secondary section (True if the point is in the secondary section of a pie or bar section of a pie chart). Applies only to points on the pie or bar section of pie charts.  
    Top
    See Also