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


Gets or sets the marker of empty elements.

Syntax

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

Remarks

To active this marker the following settings are required:
EmptyElement.Mode = EmptyElementMode.Fill
EmptyElement.Marker = ElementMarkerType.(any other than 'None')

See Also

© 2010 All Rights Reserved.