dotnetCHARTING Send comments on this topic.
AxisMarker Property
See Also 
dotnetCHARTING Namespace > Element Class : AxisMarker Property



Gets or sets this element's AxisMarker.

Syntax

Visual Basic (Declaration) 
Public Property AxisMarker As AxisMarker
Visual Basic (Usage)Copy Code
Dim instance As Element
Dim value As AxisMarker
 
instance.AxisMarker = value
 
value = instance.AxisMarker
C# 
public AxisMarker AxisMarker {get; set;}
C++/CLI 
public:
property AxisMarker^ AxisMarker {
   AxisMarker^ get();
   void set (AxisMarker^ value);
}

Remarks

This axis marker will highlight a section of the axis on which this element's name appears.

See Also