接口 IPoint


public interface IPoint
Represents a single point in a chart series.
  • 方法概要

    修饰符和类型
    方法
    说明
    Returns the IDataLabel object that represents the data labelassociated with the point.
    int
    Gets the explosion value for a pie-chart or doughnut-chart slice.
    Returns the IChartFormat object.
    boolean
    Gets whether a point has a three-dimensional appearance.
    boolean
    Gets whether the point has a data label.
    boolean
    Gets whether Microsoft Excel inverts the pattern in the item when it corresponds to a negative number.
    boolean
    Gets whether the point is a total data point.
    Gets the marker format for this point.
    int
    Gets the data marker size in points.
    Gets the marker style for a point or series in a line, scatter, or radar chart.
    Returns the parent object for the specified object.
    Gets the way pictures are displayed on a column or bar picture chart.
    double
    Gets the unit for each picture on the chart if the PictureType property is set to StackScale (if not, this property is ignored).
    boolean
    Gets 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).
    void
    setExplosion(int value)
    Sets the explosion value for a pie-chart or doughnut-chart slice.
    void
    setHas3DEffect(boolean value)
    Sets whether a point has a three-dimensional appearance.
    void
    setHasDataLabel(boolean value)
    Sets whether the point has a data label.
    void
    setInvertIfNegative(boolean value)
    Sets whether Microsoft Excel inverts the pattern in the item when it corresponds to a negative number.
    void
    setIsTotal(boolean value)
    Sets whether the point is a total data point.
    void
    setMarkerSize(int value)
    Sets the data marker size in points.
    void
    Sets the marker style for a point or series in a line, scatter, or radar chart.
    void
    Sets the way pictures are displayed on a column or bar picture chart.
    void
    setPictureUnit(double value)
    Sets the unit for each picture on the chart if the PictureType property is set to StackScale (if not, this property is ignored).
    void
    setSecondaryPlot(boolean value)
    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).
  • 方法详细资料

    • getDataLabel

      IDataLabel getDataLabel()
      Returns the IDataLabel object that represents the data labelassociated with the point.
    • getExplosion

      int getExplosion()
      Gets 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).
    • setExplosion

      void setExplosion(int value)
      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).
    • getFormat

      IChartFormat getFormat()
      Returns the IChartFormat object.
    • getHas3DEffect

      boolean getHas3DEffect()
      Gets whether a point has a three-dimensional appearance.
    • setHas3DEffect

      void setHas3DEffect(boolean value)
      Sets whether a point has a three-dimensional appearance.
    • getHasDataLabel

      boolean getHasDataLabel()
      Gets whether the point has a data label.
    • setHasDataLabel

      void setHasDataLabel(boolean value)
      Sets whether the point has a data label.
    • getInvertIfNegative

      boolean getInvertIfNegative()
      Gets whether Microsoft Excel inverts the pattern in the item when it corresponds to a negative number.
    • setInvertIfNegative

      void setInvertIfNegative(boolean value)
      Sets whether Microsoft Excel inverts the pattern in the item when it corresponds to a negative number.
    • getMarkerFormat

      IChartFormat getMarkerFormat()
      Gets the marker format for this point.
    • getMarkerSize

      int getMarkerSize()
      Gets the data marker size in points.
    • setMarkerSize

      void setMarkerSize(int value)
      Sets the data marker size in points.
    • getMarkerStyle

      MarkerStyle getMarkerStyle()
      Gets the marker style for a point or series in a line, scatter, or radar chart.
    • setMarkerStyle

      void setMarkerStyle(MarkerStyle value)
      Sets the marker style for a point or series in a line, scatter, or radar chart.
    • getParent

      ISeries getParent()
      Returns the parent object for the specified object.
    • getPictureType

      DrawingPictureType getPictureType()
      Gets the way pictures are displayed on a column or bar picture chart.
    • setPictureType

      void setPictureType(DrawingPictureType value)
      Sets the way pictures are displayed on a column or bar picture chart.
    • getPictureUnit

      double getPictureUnit()
      Gets the unit for each picture on the chart if the PictureType property is set to StackScale (if not, this property is ignored).
    • setPictureUnit

      void setPictureUnit(double value)
      Sets the unit for each picture on the chart if the PictureType property is set to StackScale (if not, this property is ignored).
    • getSecondaryPlot

      boolean getSecondaryPlot()
      Gets 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.
    • setSecondaryPlot

      void setSecondaryPlot(boolean value)
      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.
    • getIsTotal

      boolean getIsTotal()
      Gets whether the point is a total data point. Valid only for waterfall charts.
    • setIsTotal

      void setIsTotal(boolean value)
      Sets whether the point is a total data point. Valid only for waterfall charts.