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