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


Gets or sets an ElementMarker that influences how the entry's icon is drawn.

Syntax

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

Remarks

To draw only this marker as the icon, set LegendEntry.SeriesType = SeriesType.Marker.

See Also

© 2010 All Rights Reserved.