public interface ILegendKey
| Modifier and Type | Method and Description |
|---|---|
void |
clearFormats()
Clears the formatting of the object.
|
void |
delete()
Deletes the object.
|
IChartFormat |
getFormat()
Returns the
IChartFormat object. |
boolean |
getInvertIfNegative()
Gets 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).
|
IChartFormat |
getMarkerFormat()
Gets market format.
|
int |
getMarkerSize()
Returns the data-marker size, in points.
|
MarkerStyle |
getMarkerStyle()
Returns the marker style for a legend key in a line chart, scatter chart, or
radar chart.
|
ILegendEntry |
getParent()
Returns the parent object for the specified object.
|
double |
getPictureUnit()
Returns 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).
|
boolean |
getShadow()
True if the font is a shadow font or if the object has a shadow.
|
boolean |
getSmooth()
True if curve smoothing is turned on for the line chart or scatter chart.
|
void |
setInvertIfNegative(boolean value)
Sets 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).
|
void |
setMarkerSize(int value)
Sets the data-marker size, in points.
|
void |
setMarkerStyle(MarkerStyle value)
Sets the marker style for a legend key in a line chart, scatter chart, or
radar chart.
|
void |
setPictureUnit(double value)
Sets 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).
|
void |
setShadow(boolean value)
True if the font is a shadow font or if the object has a shadow.
|
void |
setSmooth(boolean value)
True if curve smoothing is turned on for the line chart or scatter chart.
|
IChartFormat getFormat()
IChartFormat object.boolean getInvertIfNegative()
void setInvertIfNegative(boolean value)
IChartFormat getMarkerFormat()
int getMarkerSize()
void setMarkerSize(int value)
MarkerStyle getMarkerStyle()
void setMarkerStyle(MarkerStyle value)
ILegendEntry getParent()
double getPictureUnit()
void setPictureUnit(double value)
boolean getShadow()
void setShadow(boolean value)
boolean getSmooth()
void setSmooth(boolean value)
void clearFormats()
void delete()