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

In This Topic
    CircularLabelsStyle Property (ChartSeriesCustomProperties.PolarRadarPropsBase)
    In This Topic
    Gets or sets the labels drawing style of Polar and Radata charts. Default: Auto.
    Syntax
    'Declaration
     
    Public Property CircularLabelsStyle As RdlEnum(Of ChartCircularLabelsStyle)
    public RdlEnum<ChartCircularLabelsStyle> CircularLabelsStyle {get; set;}
    See Also