.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Axis Class : OverlappingCircularLabelSeparator Property
OverlappingCircularLabelSeparator Property
Gets or sets a text label separator used when two axis ticks on a radar's x axis overlap.
Syntax
'Declaration
 
Public Property OverlappingCircularLabelSeparator As String
'Usage
 
Dim instance As Axis
Dim value As String
 
instance.OverlappingCircularLabelSeparator = value
 
value = instance.OverlappingCircularLabelSeparator
public string OverlappingCircularLabelSeparator {get; set;}
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