ComponentOne FlexChart for WinForms
OverlappingLabels Property


C1.Win.Chart Namespace > Axis Class : OverlappingLabels Property
Gets or sets a value indicating how to handle the overlapping axis labels.
Syntax
'Declaration
 
Public Property OverlappingLabels As OverlappingLabels
'Usage
 
Dim instance As Axis
Dim value As OverlappingLabels
 
instance.OverlappingLabels = value
 
value = instance.OverlappingLabels
public OverlappingLabels OverlappingLabels {get; set;}
See Also

Reference

Axis Class
Axis Members