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

In This Topic
    PolarDrawingStyle Property
    In This Topic
    Gets or sets a Polar chart's drawing style. Default: Line.
    Syntax
    'Declaration
     
    Public Property PolarDrawingStyle As RdlEnum(Of ChartPolarDrawingStyle)
    public RdlEnum<ChartPolarDrawingStyle> PolarDrawingStyle {get; set;}
    See Also