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

In This Topic
    OverlappingLabels Property (Axis)
    In This Topic
    Gets or sets a value indicating how to handle the overlapping axis labels.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Axis.OverlappingLabels", "Gets or sets a value indicating how to handle the overlapping axis labels.")>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property OverlappingLabels As OverlappingLabels
    [C1Description("Axis.OverlappingLabels", "Gets or sets a value indicating how to handle the overlapping axis labels.")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public OverlappingLabels OverlappingLabels {get; set;}
    See Also