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

In This Topic
    CollectedStyle Property (ChartSeriesCustomProperties.PieProps)
    In This Topic
    Gets or sets the style of collected style. Default: None.
    Syntax
    'Declaration
     
    Public Property CollectedStyle As RdlEnum(Of ChartCollectedStyle)
    public RdlEnum<ChartCollectedStyle> CollectedStyle {get; set;}
    See Also