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

In This Topic
    Exploded Property (ChartDataPointCustomProperties.DoughnutProps)
    In This Topic
    Determines if a Pie or Doughnut slice is exploded. Default: false.
    Syntax
    'Declaration
     
    Public Property Exploded As RdlBool
    public RdlBool Exploded {get; set;}
    See Also