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.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RdlEnum<ChartSeriesColumnStyle> ShowColumnAs { get; set; }
Visual Basic
Public Property ShowColumnAs As RdlEnum(Of ChartSeriesColumnStyle)
	Get
	Set

See Also