Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IPoint Interface
Properties

In This Topic
    IPoint Interface Members
    In This Topic

    The following tables list the members exposed by IPoint.

    Public Properties
     NameDescription
     PropertyReturns the IDataLabel object that represents the data label associated with the point.  
     Property Gets or sets 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).  
     PropertyReturns the IChartFormat object (read-only).  
     Property Gets or sets whether a point has a three-dimensional appearance.  
     Property Gets or sets whether the point has a data label.  
     Property Gets or sets whether Microsoft Excel inverts the pattern in the item when it corresponds to a negative number.  
     Property Gets or sets whether the point is a total data point. Valid only for waterfall charts.  
     Property Gets the marker format for this point.  
     Property Gets or sets the data marker size in points.  
     Property Gets or sets the marker style for a point or series in a line, scatter, or radar chart.  
     Property Returns the parent object for the specified object.  
     Property Gets or sets the way pictures are displayed on a column or bar picture chart.  
     Property Gets or sets the unit for each picture on the chart if the PictureType property is set to StackScale (if not, this property is ignored).  
     Property Gets or sets 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