[]
        
(Showing Draft Content)

C1.Chart.OverlappingLabels

OverlappingLabels Enum

Specifies how to handle overlapping labels.

Namespace: C1.Chart
Assembly: C1.Blazor.Chart.dll
Syntax
public enum OverlappingLabels

Fields

Name Description
Auto

Hide overlapping labels.

Show

Show all labels, including overlapping ones.

Trim

Trim label if it's larger than avalable width.

WordWrap

Wrap label if it's larger than avalable width.