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

In This Topic
    DrawingStyle Property (ChartSeriesCustomProperties.RangeColumnProps)
    In This Topic
    Gets or sets the drawing style of bar or column charts. Default: Default.
    Syntax
    'Declaration
     
    Public Property DrawingStyle As RdlEnum(Of ChartSeriesDrawingStyle)
    public RdlEnum<ChartSeriesDrawingStyle> DrawingStyle {get; set;}
    See Also