public interface IPoint
| Modifier and Type | Method and Description |
|---|---|
IDataLabel |
getDataLabel()
Returns the
IDataLabel object that represents the data label
associated with the point. |
int |
getExplosion()
Gets the explosion value for a pie-chart or doughnut-chart slice.
|
IChartFormat |
getFormat()
Returns the
IChartFormat object. |
boolean |
getHas3DEffect()
Gets whether a point has a three-dimensional appearance.
|
boolean |
getHasDataLabel()
Gets whether the point has a data label.
|
boolean |
getInvertIfNegative()
Gets whether Microsoft Excel inverts the pattern in the item when it
corresponds to a negative number.
|
boolean |
getIsTotal()
Gets whether the point is a total data point.
|
IChartFormat |
getMarkerFormat()
Gets the marker format for this point.
|
int |
getMarkerSize()
Gets the data marker size in points.
|
MarkerStyle |
getMarkerStyle()
Gets the marker style for a point or series in a line, scatter, or radar
chart.
|
ISeries |
getParent()
Returns the parent object for the specified object.
|
DrawingPictureType |
getPictureType()
Gets the way pictures are displayed on a column or bar picture chart.
|
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).
|
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).
|
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 |
setMarkerStyle(MarkerStyle value)
Sets the marker style for a point or series in a line, scatter, or radar
chart.
|
void |
setPictureType(DrawingPictureType value)
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).
|
IDataLabel getDataLabel()
IDataLabel object that represents the data label
associated with the point.int getExplosion()
void setExplosion(int value)
IChartFormat getFormat()
IChartFormat object.boolean getHas3DEffect()
void setHas3DEffect(boolean value)
boolean getHasDataLabel()
void setHasDataLabel(boolean value)
boolean getInvertIfNegative()
void setInvertIfNegative(boolean value)
IChartFormat getMarkerFormat()
int getMarkerSize()
void setMarkerSize(int value)
MarkerStyle getMarkerStyle()
void setMarkerStyle(MarkerStyle value)
ISeries getParent()
DrawingPictureType getPictureType()
void setPictureType(DrawingPictureType value)
double getPictureUnit()
void setPictureUnit(double value)
boolean getSecondaryPlot()
void setSecondaryPlot(boolean value)
boolean getIsTotal()
void setIsTotal(boolean value)