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

In This Topic
    ShowColumnAs Property
    In This Topic
    Series will be formatted as Normal, Histogram or Pareto after binding the data to the series. This attribute will be ignored if Series groupings or nested Category groupings exist. Default: Normal.
    Syntax
    'Declaration
     
    Public Property ShowColumnAs As RdlEnum(Of ChartSeriesColumnStyle)
    public RdlEnum<ChartSeriesColumnStyle> ShowColumnAs {get; set;}
    See Also