| Property Getters/Setters Summary | ||
|---|---|---|
function | getFill() | |
| Gets fill format | ||
function | getFillFormat() | |
| Gets fill format | ||
function | getGlowEffect() | |
| Represents a object that specifies glow effect for the chart element or shape. | ||
function | getLine() | |
| Gets line style | ||
function | getOutline() | |
| Gets line style | ||
function | getShadowEffect() | |
| Represents a object that specifies shadow effect for the chart element or shape. | ||
function | getSoftEdgeRadius() | |
function | setSoftEdgeRadius(value) | |
| Gets and sets the radius of blur to apply to the edges, in unit of points. | ||
| Method Summary | ||
|---|---|---|
function | clearFormat3D() | |
| Clears the 3D shape properties of the shape. | ||
function | clearGlowEffect() | |
| Clears the glow effect of the shape. | ||
function | clearShadowEffect() | |
| Clears the shadow effect of the chart element or shape. | ||
function | hasFormat3D() | |
| Indicates if the shape has 3d format data. | ||
function | hasGlowEffect() | |
| Indicates if the shape has glow effect data. | ||
function | hasShadowEffect() | |
| Indicates if the shape has shadow effect data. | ||
| Property Getters/Setters Detail |
|---|
getFillFormat : FillFormat | |
function getFillFormat() | |
getFill : FillFormat | |
function getFill() | |
getOutline : LineFormat | |
function getOutline() | |
getLine : LineFormat | |
function getLine() | |
getShadowEffect : ShadowEffect | |
function getShadowEffect() | |
getGlowEffect : GlowEffect | |
function getGlowEffect() | |
getSoftEdgeRadius/setSoftEdgeRadius : Number | |
function getSoftEdgeRadius() / function setSoftEdgeRadius(value) | |
| Method Detail |
|---|
clearGlowEffect | |
function clearGlowEffect() | |
hasGlowEffect | |
function hasGlowEffect() | |
hasFormat3D | |
function hasFormat3D() | |
clearFormat3D | |
function clearFormat3D() | |
clearShadowEffect | |
function clearShadowEffect() | |
hasShadowEffect | |
function hasShadowEffect() | |