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

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