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