ComponentOne Xamarin Edition
PieLabelPosition Enumeration
C1.Xamarin.Forms.Chart Assembly > C1.Xamarin.Forms.Chart Namespace : PieLabelPosition Enumeration
Specifies the position of data labels on the pie chart.
Syntax
public enum PieLabelPosition : System.Enum 
Members
MemberDescription
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xamarin.Forms.Chart.PieLabelPosition

See Also

Reference

C1.Xamarin.Forms.Chart Namespace