ShapePropertyCollection
ShapePropertyCollection class
This class specifies the visual shape properties for a chart element or shape.
class ShapePropertyCollection;
Methods
Method | Description |
---|---|
getGlowEffect() | Represents a GlowEffect object that specifies glow effect for the chart element or shape. |
getFormat3D() | Represents a Format3D object that specifies 3D shape properties for the chart element or shape. |
getSoftEdgeRadius() | Gets and sets the radius of blur to apply to the edges, in unit of points. |
setSoftEdgeRadius(number) | Gets and sets the radius of blur to apply to the edges, in unit of points. |
getShadowEffect() | Represents a ShadowEffect object that specifies shadow effect for the chart element or shape. |
clearGlowEffect() | Clears the glow effect of the shape. |
hasGlowEffect() | Indicates if the shape has glow effect data. |
hasFormat3D() | Indicates if the shape has 3d format data. |
clearFormat3D() | Clears the 3D shape properties of the shape. |
clearShadowEffect() | Clears the shadow effect of the chart element or shape. |
hasShadowEffect() | Indicates if the shape has shadow effect data. |
isNull() | Checks whether the implementation object is null. |
getGlowEffect()
Represents a GlowEffect object that specifies glow effect for the chart element or shape.
getGlowEffect() : GlowEffect;
Returns
getFormat3D()
Represents a Format3D object that specifies 3D shape properties for the chart element or shape.
getFormat3D() : Format3D;
Returns
getSoftEdgeRadius()
Gets and sets the radius of blur to apply to the edges, in unit of points.
getSoftEdgeRadius() : number;
setSoftEdgeRadius(number)
Gets and sets the radius of blur to apply to the edges, in unit of points.
setSoftEdgeRadius(value: number) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | number | The value to set. |
getShadowEffect()
Represents a ShadowEffect object that specifies shadow effect for the chart element or shape.
getShadowEffect() : ShadowEffect;
Returns
clearGlowEffect()
Clears the glow effect of the shape.
clearGlowEffect() : void;
hasGlowEffect()
Indicates if the shape has glow effect data.
hasGlowEffect() : boolean;
hasFormat3D()
Indicates if the shape has 3d format data.
hasFormat3D() : boolean;
clearFormat3D()
Clears the 3D shape properties of the shape.
clearFormat3D() : void;
clearShadowEffect()
Clears the shadow effect of the chart element or shape.
clearShadowEffect() : void;
hasShadowEffect()
Indicates if the shape has shadow effect data.
hasShadowEffect() : boolean;
isNull()
Checks whether the implementation object is null.
isNull() : boolean;