ComponentOne FlexReport for WinForms
ChartPieLegendLayout Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace : ChartPieLegendLayout Enumeration
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

Reference

C1.Win.FlexReport.Chart Namespace