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

In This Topic
    CollectedThreshold Property (ChartSeriesCustomProperties.PieProps)
    In This Topic
    Gets or sets the threshold value for collecting small pie slices. Default: 5.
    Syntax
    'Declaration
     
    Public Property CollectedThreshold As RdlFloat
    public RdlFloat CollectedThreshold {get; set;}
    See Also