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


Gets or sets the shape type of this element when the series type is SeriesType.BubbleShape.

Syntax

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

Example

See Also

© 2010 All Rights Reserved.