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

In This Topic
    PieLabelStyle Property (ChartDataPointCustomProperties.PieProps)
    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