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

In This Topic
    AreaDrawingStyle Property (ChartSeriesCustomProperties.RadarProps)
    In This Topic
    Gets or sets the plotting area shape of Radar and Polar charts. Default: Circle.
    Syntax
    'Declaration
     
    Public Property AreaDrawingStyle As RdlEnum(Of ChartAreaDrawingStyle)
    public RdlEnum<ChartAreaDrawingStyle> AreaDrawingStyle {get; set;}
    See Also