.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Axis Class : LabelMarker Property
LabelMarker Property
Gets or sets an ElementMarker object used on gauge charts in place of the axis' label.
Syntax
'Declaration
 
Public Property LabelMarker As ElementMarker
'Usage
 
Dim instance As Axis
Dim value As ElementMarker
 
instance.LabelMarker = value
 
value = instance.LabelMarker
public ElementMarker LabelMarker {get; set;}
Remarks
The marker will be positioned between the needle base and the center of the gauge axis.
Example
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also