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

In This Topic
    PieLabelStyle Property (ChartSeriesCustomProperties.DoughnutProps)
    In This Topic
    Gets or sets the data point labels position. Default: Default.
    Syntax
    'Declaration
     
    Public Property PieLabelStyle As RdlEnum(Of ChartPieLabelStyle)
    public RdlEnum<ChartPieLabelStyle> PieLabelStyle {get; set;}
    See Also