[]
        
(Showing Draft Content)

C1.Android.Chart.PieLabelPosition

PieLabelPosition Class

Specifies the position of data labels on the pie chart.

Inheritance
PieLabelPosition
Namespace: C1.Android.Chart
Assembly: C1.Android.Chart.dll
Syntax
public sealed class PieLabelPosition : Enum

Fields

Name Description
Center

The item appears at the center of the pie slice.

Circular

The item appears inside the pie slice and has circular direction.

Inside

The label appears inside the pie slice.

None

No data labels.

Outside

The item appears outside the pie slice.

Radial

The item appears inside the pie slice and depends of its angle.

value__