This property only applies to Pie charts. It causes the field to add radial labels attached to the pie slices instead of a legend.

Namespace:  C1.C1Report.CustomFields
Assembly:  C1.C1Report.CustomFields.2 (in C1.C1Report.CustomFields.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
[CategoryAttribute("Chart")]
public bool RadialLabels { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
<CategoryAttribute("Chart")> _
Public Property RadialLabels As Boolean
	Get
	Set

Remarks

The default value for this property is False.

See Also