dotnetCHARTING Send comments on this topic.
Marker Property
See Also 
dotnetCHARTING.Mapping Namespace > Shape Class : Marker Property


Gets or sets the Marker object drawn on this shape.

Syntax

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

See Also

© 2010 All Rights Reserved.