[]
        
(Showing Draft Content)

C1.iOS.Chart.PieLabelOverlapping

PieLabelOverlapping Class

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

Inheritance
PieLabelOverlapping
Namespace: C1.iOS.Chart
Assembly: C1.iOS.Chart.dll
Syntax
public sealed class PieLabelOverlapping : Enum

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.

value__