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