LegendShape Property (Star)
In This Topic
Gets the legend shape of plot element.
Syntax
'Declaration
Protected Overridable ReadOnly Property LegendShape As Shape
'Usage
Dim instance As Star
Dim value As Shape
value = instance.LegendShape
protected virtual Shape LegendShape {get;}
See Also