AdjustLegendShape Method (DotSymbol)
In This Topic
Adjusts legend shape properties.
Syntax
'Declaration
Protected Function AdjustLegendShape( _
ByVal As Shape _
) As Shape
'Usage
Dim instance As DotSymbol
Dim shape As Shape
Dim value As Shape
value = instance.AdjustLegendShape(shape)
protected Shape AdjustLegendShape(
Shape
)
Parameters
- shape
- Legend shape
Return Value
Adjusted shape.
See Also