dotnetCHARTING Send comments on this topic.
ShapeType Property
See Also 
dotnetCHARTING Namespace > LegendEntry Class : ShapeType Property


Gets or sets the shape type of this legend entry icon when LegendEntry.SeriesType = SeriesType.BubbleShape.

Syntax

Visual Basic (Declaration) 
Public Property ShapeType As ShapeType
Visual Basic (Usage)Copy Code
Dim instance As LegendEntry
Dim value As ShapeType
 
instance.ShapeType = value
 
value = instance.ShapeType
C# 
public ShapeType ShapeType {get; set;}

See Also

© 2010 All Rights Reserved.