Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartSeriesCustomProperties.PieProps Class
Properties


In This Topic
    ChartSeriesCustomProperties.PieProps Class Members
    In This Topic

    The following tables list the members exposed by ChartSeriesCustomProperties.PieProps.

    Public Properties
     NameDescription
    Public PropertyDisplays point label for the collected pie (if slices have been collected). Default: False.  
    Public PropertyDisplays a legend for the collected pie (if slices have been collected). Default: False.  
    Public PropertyGets or sets the color of the collected pie or doughnut slice. Default: Color.Empty.  
    Public PropertyGets or sets the label of the collected pie slice. Default: "Other".  
    Public PropertyGets or sets the legend text of the collected pie slice. Default: "Other".  
    Public PropertyGets or sets a Boolean value that indicates whether the collected pie slice will be shown as exploded. Default: False.  
    Public PropertyGets or sets the style of collected style. Default: None.  
    Public PropertyGets or sets the threshold value for collecting small pie slices. Default: 5.  
    Public PropertyGets or sets value that indicates if collected slice threshold value (see CollectedThreshold) is set in percent. Default: True.  
    Public PropertyGets or sets collected slice tooltip. Default: True.  
    Public PropertyGets or sets the horizontal callout line size. This attribute is only applied if labels are drawn outside of data points. Default: 1.  
    Public PropertyGets or sets the radial callout line size. This attribute is only applied if labels are drawn outside of data points. Default: 1.  
    Public PropertyGets or sets the minimum pie size. When used with outside labeling, this property controls the minimum acceptable pie size, measured as a percentage the chart area size. This will prevent the pie from becoming too small due to the labels dominating the chart area. Default: 30.  
    Public PropertyGets ChartSeriesCustomProperties owning this object. (Inherited from C1.C1Rdl.Rdl2008.ChartSeriesCustomProperties.PropsBase)
    Public PropertyGets or sets the drawing style of the Pie and Doughnut charts. Default: Default.  
    Public PropertyGets or sets the data point labels position. Default: Default.  
    Public PropertyGets or sets the color of the radial and horizontal label lines. Default: Color.Empty(auto color).  
    Public PropertyDetermines the starting angle of the first pie slice, measured in degrees. Default: 0.  
    Public PropertyGets or sets the 3D label line size as a percentage of the default size. Default: 100.  
    Top
    See Also