FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartPieLegendLayout Enumeration

In This Topic
    ChartPieLegendLayout Enumeration
    In This Topic
    Specifies the layout text of the legend item. It defines the additional legend text for single Pie chart.
    Syntax
    'Declaration
     
    Public Enum ChartPieLegendLayout 
       Inherits System.Enum
    public enum ChartPieLegendLayout : System.Enum 
    Members
    MemberDescription
    AmountShow group value as amount.
    BothShow group value as both amount and percentage.
    NoneNo layout text.
    PercentageShow group value as percentage.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.FlexReport.Chart.ChartPieLegendLayout

    See Also