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

In This Topic
    ShowPercentages Property
    In This Topic
    This property only applies to Pie charts. It causes the field to add percentage labels to the pie slices.
    Syntax
    'Declaration
     
    Public Property ShowPercentages As Boolean
    public bool ShowPercentages {get; set;}
    See Also