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

In This Topic
    CollectedThresholdUsePercent Property (ChartSeriesCustomProperties.PieProps)
    In This Topic
    Gets or sets value that indicates if collected slice threshold value (see CollectedThreshold) is set in percent. Default: True.
    Syntax
    'Declaration
     
    Public Property CollectedThresholdUsePercent As RdlBool
    public RdlBool CollectedThresholdUsePercent {get; set;}
    See Also