Property Getters/Setters Summary | ||
---|---|---|
function | getFormat3D() | |
Represents a object that specifies 3D shape properties for the chart element or shape. | ||
function | getGlowEffect() | |
Represents a object that specifies glow effect for the chart element or shape. | ||
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 |
---|
getGlowEffect : GlowEffect | |
function getGlowEffect() |
getFormat3D : Format3D | |
function getFormat3D() |
getSoftEdgeRadius/setSoftEdgeRadius : Number | |
function getSoftEdgeRadius() / function setSoftEdgeRadius(value) |
getShadowEffect : ShadowEffect | |
function getShadowEffect() |
Method Detail |
---|
clearGlowEffect | |
function clearGlowEffect() |
hasGlowEffect | |
function hasGlowEffect() |
hasFormat3D | |
function hasFormat3D() |
clearFormat3D | |
function clearFormat3D() |
clearShadowEffect | |
function clearShadowEffect() |
hasShadowEffect | |
function hasShadowEffect() |