dotnetCHARTING Send comments on this topic.
Markers Property
See Also 
dotnetCHARTING Namespace > Axis Class : Markers Property


A collection of AxisMarkers used to highlight sections of this axis.

Syntax

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

Example

See Also

© 2010 All Rights Reserved.