ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Chart Class / RadialLabels Property

In This Topic
    RadialLabels Property
    In This Topic
    This property only applies to Pie charts. It causes the field to add radial labels attached to the pie slices instead of a legend.
    Syntax
    'Declaration
     
    Public Property RadialLabels As Boolean
    public bool RadialLabels {get; set;}
    See Also