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


Gets or sets an ElementMarker object used instead of the label text.

Syntax

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

Example

See Also

© 2010 All Rights Reserved.