[]
        
(Showing Draft Content)

C1.Chart.PieLabelOverlapping

PieLabelOverlapping Enum

Specifies how to handle pie data labels that are outside the corresponding pie segment.

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

Fields

Name Description
Default

Show overlapped labels.

Hide

Hide label if its content is larger than the corresponding pie segment.

Trim

Trim label content if its width is larger than the corresponding pie segment.