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

In This Topic
    MinimumRelativePieSize Property (ChartSeriesCustomProperties.DoughnutProps)
    In This Topic
    Gets 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.
    Syntax
    'Declaration
     
    Public Property MinimumRelativePieSize As RdlInt
    public RdlInt MinimumRelativePieSize {get; set;}
    See Also