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



Gets or sets an ElementMarker object used on gauge charts in place of the axis' label.

Syntax

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

Remarks

The marker will be positioned between the needle base and the center of the gauge axis.

See Also