ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / Axis Class / OverlappingLabels Property



In This Topic
    OverlappingLabels Property
    In This Topic
    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;}
    public:
    property OverlappingLabels OverlappingLabels {
       OverlappingLabels get();
       void set (    OverlappingLabels value);
    }
    See Also