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